Html Css Color HEX #884C2C Korma

📋 copy color: '#884C2C'

red 136 ◦ green 76 ◦ blue 44

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

Shades of Korma #884C2C

Tints of Korma #884C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 53.13%
G = 29.69%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#884C2C (or 0x884C2C) is known color: Korma. HEX triplet: 88, 4C and 2C. RGB value is (136,76,44). Sum of RGB (Red+Green+Blue) = 136+76+44=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C2C is #77B3D3. Grayscale: #5A5A5A. Windows color (decimal): -7844820 or 2903176. OLE color: 2903176.

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

Color convert

RGB 136 76 44 -
CMYK 0 0.44 0.68 0.47
HSL 20.87º 0.51% 0.35% -
HSV(B) 20.87º 0.68% 0.53% -
XYZ 13.19 10.58 3.73 -
YUV 90.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 136 76 44 0 0.44 0.68 0.47 20.87 0.51 0.35
Hex 88 4C 2C 0 2C 44 2F 15 33 23
Octal 210 114 54 0 54 104 57 25 63 43
Binary 10001000 1001100 101100 0 101100 1000100 101111 10101 110011 100011

Color Harmonies of #884C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C2C

Black with #884C2C

Text Example


Text Example

White with #884C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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