Html Css Color HEX #884D29 Korma

📋 copy color: '#884D29'

red 136 ◦ green 77 ◦ blue 41

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

Shades of Korma #884D29

Tints of Korma #884D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

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

R = 53.54%
G = 30.31%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#884D29 (or 0x884D29) is known color: Korma. HEX triplet: 88, 4D and 29. RGB value is (136,77,41). Sum of RGB (Red+Green+Blue) = 136+77+41=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D29 is #77B2D6. Grayscale: #5A5A5A. Windows color (decimal): -7844567 or 2706824. OLE color: 2706824.

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

Color convert

RGB 136 77 41 -
CMYK 0 0.43 0.70 0.47
HSL 22.74º 0.54% 0.35% -
HSV(B) 22.74º 0.7% 0.53% -
XYZ 13.21 10.7 3.47 -
YUV 90.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 136 77 41 0 0.43 0.70 0.47 22.74 0.54 0.35
Hex 88 4D 29 0 2B 46 2F 17 36 23
Octal 210 115 51 0 53 106 57 27 66 43
Binary 10001000 1001101 101001 0 101011 1000110 101111 10111 110110 100011

Color Harmonies of #884D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D29

Black with #884D29

Text Example


Text Example

White with #884D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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