Html Css Color HEX #864D24 Korma

📋 copy color: '#864D24'

red 134 ◦ green 77 ◦ blue 36

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

Shades of Korma #864D24

Tints of Korma #864D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 54.25%
G = 31.17%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#864D24 (or 0x864D24) is known color: Korma. HEX triplet: 86, 4D and 24. RGB value is (134,77,36). Sum of RGB (Red+Green+Blue) = 134+77+36=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #864D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D24 is #79B2DB. Grayscale: #595959. Windows color (decimal): -7975644 or 2379142. OLE color: 2379142.

HSL color Cylindrical-coordinate representation of color #864D24: hue angle of 25.1º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #864D24 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 77 36 -
CMYK 0 0.43 0.73 0.47
HSL 25.1º 0.58% 0.33% -
HSV(B) 25.1º 0.73% 0.53% -
XYZ 12.8 10.5 3.02 -
YUV 89.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 134 77 36 0 0.43 0.73 0.47 25.1 0.58 0.33
Hex 86 4D 24 0 2B 49 2F 19 3A 21
Octal 206 115 44 0 53 111 57 31 72 41
Binary 10000110 1001101 100100 0 101011 1001001 101111 11001 111010 100001

Color Harmonies of #864D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D24

Black with #864D24

Text Example


Text Example

White with #864D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,77,36); }

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

background-color css

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

 a { background-color: rgb(134,77,36); }

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

border-color css

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

 span { border-color: rgb(134,77,36); }

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