Html Css Color HEX #884B29 Korma

📋 copy color: '#884B29'

red 136 ◦ green 75 ◦ blue 41

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

Shades of Korma #884B29

Tints of Korma #884B29

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

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

R = 53.97%
G = 29.76%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#884B29 (or 0x884B29) is known color: Korma. HEX triplet: 88, 4B and 29. RGB value is (136,75,41). Sum of RGB (Red+Green+Blue) = 136+75+41=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B29 is #77B4D6. Grayscale: #595959. Windows color (decimal): -7845079 or 2706312. OLE color: 2706312.

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

Color convert

RGB 136 75 41 -
CMYK 0 0.45 0.70 0.47
HSL 21.47º 0.54% 0.35% -
HSV(B) 21.47º 0.7% 0.53% -
XYZ 13.07 10.43 3.42 -
YUV 89.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 136 75 41 0 0.45 0.70 0.47 21.47 0.54 0.35
Hex 88 4B 29 0 2D 46 2F 15 36 23
Octal 210 113 51 0 55 106 57 25 66 43
Binary 10001000 1001011 101001 0 101101 1000110 101111 10101 110110 100011

Color Harmonies of #884B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B29

Black with #884B29

Text Example


Text Example

White with #884B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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