Html Css Color HEX #884C27 Korma

📋 copy color: '#884C27'

red 136 ◦ green 76 ◦ blue 39

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

Shades of Korma #884C27

Tints of Korma #884C27

RGB

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

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

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

R = 54.18%
G = 30.28%
B = 15.54%

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

#884C27 (or 0x884C27) is known color: Korma. HEX triplet: 88, 4C and 27. RGB value is (136,76,39). Sum of RGB (Red+Green+Blue) = 136+76+39=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #884C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C27 is #77B3D8. Grayscale: #595959. Windows color (decimal): -7844825 or 2575496. OLE color: 2575496.

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

Color convert

RGB 136 76 39 -
CMYK 0 0.44 0.71 0.47
HSL 22.89º 0.55% 0.34% -
HSV(B) 22.89º 0.71% 0.53% -
XYZ 13.1 10.55 3.27 -
YUV 89.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 136 76 39 0 0.44 0.71 0.47 22.89 0.55 0.34
Hex 88 4C 27 0 2C 47 2F 17 37 22
Octal 210 114 47 0 54 107 57 27 67 42
Binary 10001000 1001100 100111 0 101100 1000111 101111 10111 110111 100010

Color Harmonies of #884C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C27

Black with #884C27

Text Example


Text Example

White with #884C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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