Html Css Color HEX #874729 Korma

📋 copy color: '#874729'

red 135 ◦ green 71 ◦ blue 41

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

Shades of Korma #874729

Tints of Korma #874729

RGB

 RED value IS 135 (53.13% from 255) = 54.66%

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 54.66%
G = 28.74%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#874729 (or 0x874729) is known color: Korma. HEX triplet: 87, 47 and 29. RGB value is (135,71,41). Sum of RGB (Red+Green+Blue) = 135+71+41=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #874729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874729 is #78B8D6. Grayscale: #565656. Windows color (decimal): -7911639 or 2705287. OLE color: 2705287.

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

Color convert

RGB 135 71 41 -
CMYK 0 0.47 0.70 0.47
HSL 19.15º 0.53% 0.35% -
HSV(B) 19.15º 0.7% 0.53% -
XYZ 12.65 9.82 3.33 -
YUV 86.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 135 71 41 0 0.47 0.70 0.47 19.15 0.53 0.35
Hex 87 47 29 0 2F 46 2F 13 35 23
Octal 207 107 51 0 57 106 57 23 65 43
Binary 10000111 1000111 101001 0 101111 1000110 101111 10011 110101 100011

Color Harmonies of #874729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874729

Black with #874729

Text Example


Text Example

White with #874729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874729; }

 p { color: rgb(135,71,41); }

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

background-color css

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

 a { background-color: rgb(135,71,41); }

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

border-color css

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

 span { border-color: rgb(135,71,41); }

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