Html Css Color HEX #874F28 Korma

📋 copy color: '#874F28'

red 135 ◦ green 79 ◦ blue 40

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

Shades of Korma #874F28

Tints of Korma #874F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 53.15%
G = 31.1%
B = 15.75%

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

#874F28 (or 0x874F28) is known color: Korma. HEX triplet: 87, 4F and 28. RGB value is (135,79,40). Sum of RGB (Red+Green+Blue) = 135+79+40=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F28 is #78B0D7. Grayscale: #5B5B5B. Windows color (decimal): -7909592 or 2641799. OLE color: 2641799.

HSL color Cylindrical-coordinate representation of color #874F28: hue angle of 24.63º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874F28 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 79 40 -
CMYK 0 0.41 0.70 0.47
HSL 24.63º 0.54% 0.34% -
HSV(B) 24.63º 0.7% 0.53% -
XYZ 13.17 10.9 3.42 -
YUV 91.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 135 79 40 0 0.41 0.70 0.47 24.63 0.54 0.34
Hex 87 4F 28 0 29 46 2F 19 36 22
Octal 207 117 50 0 51 106 57 31 66 42
Binary 10000111 1001111 101000 0 101001 1000110 101111 11001 110110 100010

Color Harmonies of #874F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F28

Black with #874F28

Text Example


Text Example

White with #874F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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