Html Css Color HEX #884929 Korma

📋 copy color: '#884929'

red 136 ◦ green 73 ◦ blue 41

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

Shades of Korma #884929

Tints of Korma #884929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 54.4%
G = 29.2%
B = 16.4%

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

#884929 (or 0x884929) is known color: Korma. HEX triplet: 88, 49 and 29. RGB value is (136,73,41). Sum of RGB (Red+Green+Blue) = 136+73+41=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #884929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884929 is #77B6D6. Grayscale: #585858. Windows color (decimal): -7845591 or 2705800. OLE color: 2705800.

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

Color convert

RGB 136 73 41 -
CMYK 0 0.46 0.70 0.47
HSL 20.21º 0.54% 0.35% -
HSV(B) 20.21º 0.7% 0.53% -
XYZ 12.94 10.16 3.38 -
YUV 88.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 136 73 41 0 0.46 0.70 0.47 20.21 0.54 0.35
Hex 88 49 29 0 2E 46 2F 14 36 23
Octal 210 111 51 0 56 106 57 24 66 43
Binary 10001000 1001001 101001 0 101110 1000110 101111 10100 110110 100011

Color Harmonies of #884929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884929

Black with #884929

Text Example


Text Example

White with #884929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884929; }

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

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

background-color css

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

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

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

border-color css

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

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

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