Html Css Color HEX #884824 Korma

📋 copy color: '#884824'

red 136 ◦ green 72 ◦ blue 36

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

Shades of Korma #884824

Tints of Korma #884824

RGB

 RED value IS 136 (53.52% from 255) = 55.74%

 GREEN value IS 72 (28.52% from 255) = 29.51%

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 55.74%
G = 29.51%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#884824 (or 0x884824) is known color: Korma. HEX triplet: 88, 48 and 24. RGB value is (136,72,36). Sum of RGB (Red+Green+Blue) = 136+72+36=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884824 is #77B7DB. Grayscale: #575757. Windows color (decimal): -7845852 or 2377864. OLE color: 2377864.

HSL color Cylindrical-coordinate representation of color #884824: hue angle of 21.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #884824 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 36 -
CMYK 0 0.47 0.74 0.47
HSL 21.6º 0.58% 0.34% -
HSV(B) 21.6º 0.74% 0.53% -
XYZ 12.79 10 2.92 -
YUV 87.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 136 72 36 0 0.47 0.74 0.47 21.6 0.58 0.34
Hex 88 48 24 0 2F 4A 2F 16 3A 22
Octal 210 110 44 0 57 112 57 26 72 42
Binary 10001000 1001000 100100 0 101111 1001010 101111 10110 111010 100010

Color Harmonies of #884824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884824

Black with #884824

Text Example


Text Example

White with #884824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884824; }

 p { color: rgb(136,72,36); }

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

background-color css

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

 a { background-color: rgb(136,72,36); }

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

border-color css

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

 span { border-color: rgb(136,72,36); }

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