Html Css Color HEX #874827 Korma

📋 copy color: '#874827'

red 135 ◦ green 72 ◦ blue 39

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

Shades of Korma #874827

Tints of Korma #874827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 54.88%
G = 29.27%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#874827 (or 0x874827) is known color: Korma. HEX triplet: 87, 48 and 27. RGB value is (135,72,39). Sum of RGB (Red+Green+Blue) = 135+72+39=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #874827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874827 is #78B7D8. Grayscale: #575757. Windows color (decimal): -7911385 or 2574471. OLE color: 2574471.

HSL color Cylindrical-coordinate representation of color #874827: hue angle of 20.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #874827 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 39 -
CMYK 0 0.47 0.71 0.47
HSL 20.63º 0.55% 0.34% -
HSV(B) 20.63º 0.71% 0.53% -
XYZ 12.68 9.93 3.17 -
YUV 87.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 135 72 39 0 0.47 0.71 0.47 20.63 0.55 0.34
Hex 87 48 27 0 2F 47 2F 15 37 22
Octal 207 110 47 0 57 107 57 25 67 42
Binary 10000111 1001000 100111 0 101111 1000111 101111 10101 110111 100010

Color Harmonies of #874827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874827

Black with #874827

Text Example


Text Example

White with #874827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874827; }

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

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

background-color css

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

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

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

border-color css

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

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

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