Html Css Color HEX #884828 Korma

📋 copy color: '#884828'

red 136 ◦ green 72 ◦ blue 40

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

Shades of Korma #884828

Tints of Korma #884828

RGB

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

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

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

R = 54.84%
G = 29.03%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#884828 (or 0x884828) is known color: Korma. HEX triplet: 88, 48 and 28. RGB value is (136,72,40). Sum of RGB (Red+Green+Blue) = 136+72+40=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #884828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884828 is #77B7D7. Grayscale: #575757. Windows color (decimal): -7845848 or 2640008. OLE color: 2640008.

HSL color Cylindrical-coordinate representation of color #884828: hue angle of 20º 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 #884828 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 40 -
CMYK 0 0.47 0.71 0.47
HSL 20º 0.55% 0.35% -
HSV(B) 20º 0.71% 0.53% -
XYZ 12.85 10.02 3.26 -
YUV 87.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 136 72 40 0 0.47 0.71 0.47 20 0.55 0.35
Hex 88 48 28 0 2F 47 2F 14 37 23
Octal 210 110 50 0 57 107 57 24 67 43
Binary 10001000 1001000 101000 0 101111 1000111 101111 10100 110111 100011

Color Harmonies of #884828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884828

Black with #884828

Text Example


Text Example

White with #884828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884828; }

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

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

background-color css

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

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

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

border-color css

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

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

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