Html Css Color HEX #864C23 Korma

📋 copy color: '#864C23'

red 134 ◦ green 76 ◦ blue 35

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

Shades of Korma #864C23

Tints of Korma #864C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 54.69%
G = 31.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#864C23 (or 0x864C23) is known color: Korma. HEX triplet: 86, 4C and 23. RGB value is (134,76,35). Sum of RGB (Red+Green+Blue) = 134+76+35=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C23 is #79B3DC. Grayscale: #585858. Windows color (decimal): -7975901 or 2313350. OLE color: 2313350.

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

Color convert

RGB 134 76 35 -
CMYK 0 0.43 0.74 0.47
HSL 24.85º 0.59% 0.33% -
HSV(B) 24.85º 0.74% 0.53% -
XYZ 12.72 10.36 2.92 -
YUV 88.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 134 76 35 0 0.43 0.74 0.47 24.85 0.59 0.33
Hex 86 4C 23 0 2B 4A 2F 19 3B 21
Octal 206 114 43 0 53 112 57 31 73 41
Binary 10000110 1001100 100011 0 101011 1001010 101111 11001 111011 100001

Color Harmonies of #864C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C23

Black with #864C23

Text Example


Text Example

White with #864C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,35); }

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

background-color css

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

 a { background-color: rgb(134,76,35); }

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

border-color css

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

 span { border-color: rgb(134,76,35); }

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