Html Css Color HEX #845223 Korma

📋 copy color: '#845223'

red 132 ◦ green 82 ◦ blue 35

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

Shades of Korma #845223

Tints of Korma #845223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 53.01%
G = 32.93%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#845223 (or 0x845223) is known color: Korma. HEX triplet: 84, 52 and 23. RGB value is (132,82,35). Sum of RGB (Red+Green+Blue) = 132+82+35=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #845223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845223 is #7BADDC. Grayscale: #5B5B5B. Windows color (decimal): -8105437 or 2314884. OLE color: 2314884.

HSL color Cylindrical-coordinate representation of color #845223: hue angle of 29.07º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #845223 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 35 -
CMYK 0 0.38 0.73 0.48
HSL 29.07º 0.58% 0.33% -
HSV(B) 29.07º 0.73% 0.52% -
XYZ 12.84 11.06 3.05 -
YUV 91.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 132 82 35 0 0.38 0.73 0.48 29.07 0.58 0.33
Hex 84 52 23 0 26 49 30 1D 3A 21
Octal 204 122 43 0 46 111 60 35 72 41
Binary 10000100 1010010 100011 0 100110 1001001 110000 11101 111010 100001

Color Harmonies of #845223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845223

Black with #845223

Text Example


Text Example

White with #845223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845223; }

 p { color: rgb(132,82,35); }

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

background-color css

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

 a { background-color: rgb(132,82,35); }

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

border-color css

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

 span { border-color: rgb(132,82,35); }

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