Html Css Color HEX #884C28 Korma

📋 copy color: '#884C28'

red 136 ◦ green 76 ◦ blue 40

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

Shades of Korma #884C28

Tints of Korma #884C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 53.97%
G = 30.16%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#884C28 (or 0x884C28) is known color: Korma. HEX triplet: 88, 4C and 28. RGB value is (136,76,40). Sum of RGB (Red+Green+Blue) = 136+76+40=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C28 is #77B3D7. Grayscale: #5A5A5A. Windows color (decimal): -7844824 or 2641032. OLE color: 2641032.

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

Color convert

RGB 136 76 40 -
CMYK 0 0.44 0.71 0.47
HSL 22.5º 0.55% 0.35% -
HSV(B) 22.5º 0.71% 0.53% -
XYZ 13.12 10.56 3.35 -
YUV 89.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 136 76 40 0 0.44 0.71 0.47 22.5 0.55 0.35
Hex 88 4C 28 0 2C 47 2F 16 37 23
Octal 210 114 50 0 54 107 57 26 67 43
Binary 10001000 1001100 101000 0 101100 1000111 101111 10110 110111 100011

Color Harmonies of #884C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C28

Black with #884C28

Text Example


Text Example

White with #884C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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