Html Css Color HEX #864B24 Korma

📋 copy color: '#864B24'

red 134 ◦ green 75 ◦ blue 36

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

Shades of Korma #864B24

Tints of Korma #864B24

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

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

R = 54.69%
G = 30.61%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#864B24 (or 0x864B24) is known color: Korma. HEX triplet: 86, 4B and 24. RGB value is (134,75,36). Sum of RGB (Red+Green+Blue) = 134+75+36=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B24 is #79B4DB. Grayscale: #585858. Windows color (decimal): -7976156 or 2378630. OLE color: 2378630.

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

Color convert

RGB 134 75 36 -
CMYK 0 0.44 0.73 0.47
HSL 23.88º 0.58% 0.33% -
HSV(B) 23.88º 0.73% 0.53% -
XYZ 12.67 10.23 2.98 -
YUV 88.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 134 75 36 0 0.44 0.73 0.47 23.88 0.58 0.33
Hex 86 4B 24 0 2C 49 2F 18 3A 21
Octal 206 113 44 0 54 111 57 30 72 41
Binary 10000110 1001011 100100 0 101100 1001001 101111 11000 111010 100001

Color Harmonies of #864B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B24

Black with #864B24

Text Example


Text Example

White with #864B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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