Html Css Color HEX #86532F Korma

📋 copy color: '#86532F'

red 134 ◦ green 83 ◦ blue 47

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

Shades of Korma #86532F

Tints of Korma #86532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 50.76%
G = 31.44%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86532F (or 0x86532F) is known color: Korma. HEX triplet: 86, 53 and 2F. RGB value is (134,83,47). Sum of RGB (Red+Green+Blue) = 134+83+47=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86532F is #79ACD0. Grayscale: #5E5E5E. Windows color (decimal): -7974097 or 3101574. OLE color: 3101574.

HSL color Cylindrical-coordinate representation of color #86532F: hue angle of 24.83º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86532F is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 47 -
CMYK 0 0.38 0.65 0.47
HSL 24.83º 0.48% 0.35% -
HSV(B) 24.83º 0.65% 0.53% -
XYZ 13.44 11.46 4.19 -
YUV 94.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 134 83 47 0 0.38 0.65 0.47 24.83 0.48 0.35
Hex 86 53 2F 0 26 41 2F 19 30 23
Octal 206 123 57 0 46 101 57 31 60 43
Binary 10000110 1010011 101111 0 100110 1000001 101111 11001 110000 100011

Color Harmonies of #86532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86532F

Black with #86532F

Text Example


Text Example

White with #86532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86532F; }

 p { color: rgb(134,83,47); }

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

background-color css

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

 a { background-color: rgb(134,83,47); }

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

border-color css

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

 span { border-color: rgb(134,83,47); }

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