Html Css Color HEX #884A29 Korma

📋 copy color: '#884A29'

red 136 ◦ green 74 ◦ blue 41

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

Shades of Korma #884A29

Tints of Korma #884A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 54.18%
G = 29.48%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#884A29 (or 0x884A29) is known color: Korma. HEX triplet: 88, 4A and 29. RGB value is (136,74,41). Sum of RGB (Red+Green+Blue) = 136+74+41=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #884A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A29 is #77B5D6. Grayscale: #585858. Windows color (decimal): -7845335 or 2706056. OLE color: 2706056.

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

Color convert

RGB 136 74 41 -
CMYK 0 0.46 0.70 0.47
HSL 20.84º 0.54% 0.35% -
HSV(B) 20.84º 0.7% 0.53% -
XYZ 13 10.29 3.4 -
YUV 88.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 136 74 41 0 0.46 0.70 0.47 20.84 0.54 0.35
Hex 88 4A 29 0 2E 46 2F 15 36 23
Octal 210 112 51 0 56 106 57 25 66 43
Binary 10001000 1001010 101001 0 101110 1000110 101111 10101 110110 100011

Color Harmonies of #884A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A29

Black with #884A29

Text Example


Text Example

White with #884A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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