Html Css Color HEX #864F28 Korma

📋 copy color: '#864F28'

red 134 ◦ green 79 ◦ blue 40

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

Shades of Korma #864F28

Tints of Korma #864F28

RGB

 RED value IS 134 (52.73% from 255) = 52.96%

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

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

R = 52.96%
G = 31.23%
B = 15.81%

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

#864F28 (or 0x864F28) is known color: Korma. HEX triplet: 86, 4F and 28. RGB value is (134,79,40). Sum of RGB (Red+Green+Blue) = 134+79+40=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #864F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F28 is #79B0D7. Grayscale: #5B5B5B. Windows color (decimal): -7975128 or 2641798. OLE color: 2641798.

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

Color convert

RGB 134 79 40 -
CMYK 0 0.41 0.70 0.47
HSL 24.89º 0.54% 0.34% -
HSV(B) 24.89º 0.7% 0.53% -
XYZ 13.01 10.81 3.41 -
YUV 91 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 134 79 40 0 0.41 0.70 0.47 24.89 0.54 0.34
Hex 86 4F 28 0 29 46 2F 19 36 22
Octal 206 117 50 0 51 106 57 31 66 42
Binary 10000110 1001111 101000 0 101001 1000110 101111 11001 110110 100010

Color Harmonies of #864F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864F28

Black with #864F28

Text Example


Text Example

White with #864F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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