Html Css Color HEX #874828 Korma

📋 copy color: '#874828'

red 135 ◦ green 72 ◦ blue 40

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

Shades of Korma #874828

Tints of Korma #874828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 54.66%
G = 29.15%
B = 16.19%

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

#874828 (or 0x874828) is known color: Korma. HEX triplet: 87, 48 and 28. RGB value is (135,72,40). Sum of RGB (Red+Green+Blue) = 135+72+40=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #874828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874828 is #78B7D7. Grayscale: #575757. Windows color (decimal): -7911384 or 2640007. OLE color: 2640007.

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

Color convert

RGB 135 72 40 -
CMYK 0 0.47 0.70 0.47
HSL 20.21º 0.54% 0.34% -
HSV(B) 20.21º 0.7% 0.53% -
XYZ 12.69 9.94 3.26 -
YUV 87.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 135 72 40 0 0.47 0.70 0.47 20.21 0.54 0.34
Hex 87 48 28 0 2F 46 2F 14 36 22
Octal 207 110 50 0 57 106 57 24 66 42
Binary 10000111 1001000 101000 0 101111 1000110 101111 10100 110110 100010

Color Harmonies of #874828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874828

Black with #874828

Text Example


Text Example

White with #874828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874828; }

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

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

background-color css

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

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

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

border-color css

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

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

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