Html Css Color HEX #845327 Korma

📋 copy color: '#845327'

red 132 ◦ green 83 ◦ blue 39

#845327
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #845327

Tints of Korma #845327

RGB

 RED value IS 132 (51.95% from 255) = 51.97%

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 51.97%
G = 32.68%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#845327 (or 0x845327) is known color: Korma. HEX triplet: 84, 53 and 27. RGB value is (132,83,39). Sum of RGB (Red+Green+Blue) = 132+83+39=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #845327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845327 is #7BACD8. Grayscale: #5C5C5C. Windows color (decimal): -8105177 or 2577284. OLE color: 2577284.

HSL color Cylindrical-coordinate representation of color #845327: hue angle of 28.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845327 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 39 -
CMYK 0 0.37 0.70 0.48
HSL 28.39º 0.54% 0.34% -
HSV(B) 28.39º 0.7% 0.52% -
XYZ 12.98 11.24 3.4 -
YUV 92.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 132 83 39 0 0.37 0.70 0.48 28.39 0.54 0.34
Hex 84 53 27 0 25 46 30 1C 36 22
Octal 204 123 47 0 45 106 60 34 66 42
Binary 10000100 1010011 100111 0 100101 1000110 110000 11100 110110 100010

Color Harmonies of #845327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845327

Black with #845327

Text Example


Text Example

White with #845327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845327; }

 p { color: rgb(132,83,39); }

 H1.HeaderClassName
 {
   color: #845327;
 }
 .AnyTagClassName
 {
   color: #845327;
 }
</style>

background-color css

<style>
 a { background-color: #845327; }

 a { background-color: rgb(132,83,39); }

 div.DivClassName
 {
   background-color: #845327;
 }
 .BgClassName
 {
   background-color: #845327;
 }
</style>

border-color css

<style>
 span { border-color: #845327; }

 span { border-color: rgb(132,83,39); }

 td.TdClassName
 {
   border-color: #845327;
 }
 .TagClassName
 {
   border-color: #845327;
 }
</style>