Html Css Color HEX #874829 Korma

📋 copy color: '#874829'

red 135 ◦ green 72 ◦ blue 41

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

Shades of Korma #874829

Tints of Korma #874829

RGB

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

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

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

R = 54.44%
G = 29.03%
B = 16.53%

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

#874829 (or 0x874829) is known color: Korma. HEX triplet: 87, 48 and 29. RGB value is (135,72,41). Sum of RGB (Red+Green+Blue) = 135+72+41=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #874829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874829 is #78B7D6. Grayscale: #575757. Windows color (decimal): -7911383 or 2705543. OLE color: 2705543.

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

Color convert

RGB 135 72 41 -
CMYK 0 0.47 0.70 0.47
HSL 19.79º 0.53% 0.35% -
HSV(B) 19.79º 0.7% 0.53% -
XYZ 12.71 9.95 3.35 -
YUV 87.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 135 72 41 0 0.47 0.70 0.47 19.79 0.53 0.35
Hex 87 48 29 0 2F 46 2F 14 35 23
Octal 207 110 51 0 57 106 57 24 65 43
Binary 10000111 1001000 101001 0 101111 1000110 101111 10100 110101 100011

Color Harmonies of #874829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874829

Black with #874829

Text Example


Text Example

White with #874829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874829; }

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

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

background-color css

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

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

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

border-color css

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

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

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