Html Css Color HEX #86502F Korma

📋 copy color: '#86502F'

red 134 ◦ green 80 ◦ blue 47

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

Shades of Korma #86502F

Tints of Korma #86502F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 51.34%
G = 30.65%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86502F (or 0x86502F) is known color: Korma. HEX triplet: 86, 50 and 2F. RGB value is (134,80,47). Sum of RGB (Red+Green+Blue) = 134+80+47=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86502F is #79AFD0. Grayscale: #5C5C5C. Windows color (decimal): -7974865 or 3100806. OLE color: 3100806.

HSL color Cylindrical-coordinate representation of color #86502F: hue angle of 22.76º 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 #86502F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 47 -
CMYK 0 0.40 0.65 0.47
HSL 22.76º 0.48% 0.35% -
HSV(B) 22.76º 0.65% 0.53% -
XYZ 13.21 11.01 4.12 -
YUV 92.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 134 80 47 0 0.40 0.65 0.47 22.76 0.48 0.35
Hex 86 50 2F 0 28 41 2F 17 30 23
Octal 206 120 57 0 50 101 57 27 60 43
Binary 10000110 1010000 101111 0 101000 1000001 101111 10111 110000 100011

Color Harmonies of #86502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86502F

Black with #86502F

Text Example


Text Example

White with #86502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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