Html Css Color HEX #874F29 Korma

📋 copy color: '#874F29'

red 135 ◦ green 79 ◦ blue 41

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

Shades of Korma #874F29

Tints of Korma #874F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.98%

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

R = 52.94%
G = 30.98%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#874F29 (or 0x874F29) is known color: Korma. HEX triplet: 87, 4F and 29. RGB value is (135,79,41). Sum of RGB (Red+Green+Blue) = 135+79+41=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F29 is #78B0D6. Grayscale: #5B5B5B. Windows color (decimal): -7909591 or 2707335. OLE color: 2707335.

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

Color convert

RGB 135 79 41 -
CMYK 0 0.41 0.70 0.47
HSL 24.26º 0.53% 0.35% -
HSV(B) 24.26º 0.7% 0.53% -
XYZ 13.19 10.9 3.51 -
YUV 91.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 135 79 41 0 0.41 0.70 0.47 24.26 0.53 0.35
Hex 87 4F 29 0 29 46 2F 18 35 23
Octal 207 117 51 0 51 106 57 30 65 43
Binary 10000111 1001111 101001 0 101001 1000110 101111 11000 110101 100011

Color Harmonies of #874F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F29

Black with #874F29

Text Example


Text Example

White with #874F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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