Html Css Color HEX #884C29 Korma

📋 copy color: '#884C29'

red 136 ◦ green 76 ◦ blue 41

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

Shades of Korma #884C29

Tints of Korma #884C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.04%

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 53.75%
G = 30.04%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#884C29 (or 0x884C29) is known color: Korma. HEX triplet: 88, 4C and 29. RGB value is (136,76,41). Sum of RGB (Red+Green+Blue) = 136+76+41=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C29 is #77B3D6. Grayscale: #5A5A5A. Windows color (decimal): -7844823 or 2706568. OLE color: 2706568.

HSL color Cylindrical-coordinate representation of color #884C29: hue angle of 22.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884C29 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 41 -
CMYK 0 0.44 0.70 0.47
HSL 22.11º 0.54% 0.35% -
HSV(B) 22.11º 0.7% 0.53% -
XYZ 13.14 10.56 3.44 -
YUV 89.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 136 76 41 0 0.44 0.70 0.47 22.11 0.54 0.35
Hex 88 4C 29 0 2C 46 2F 16 36 23
Octal 210 114 51 0 54 106 57 26 66 43
Binary 10001000 1001100 101001 0 101100 1000110 101111 10110 110110 100011

Color Harmonies of #884C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C29

Black with #884C29

Text Example


Text Example

White with #884C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C29; }

 p { color: rgb(136,76,41); }

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

background-color css

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

 a { background-color: rgb(136,76,41); }

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

border-color css

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

 span { border-color: rgb(136,76,41); }

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