Html Css Color HEX #86502E Korma

📋 copy color: '#86502E'

red 134 ◦ green 80 ◦ blue 46

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

Shades of Korma #86502E

Tints of Korma #86502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 51.54%
G = 30.77%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86502E (or 0x86502E) is known color: Korma. HEX triplet: 86, 50 and 2E. RGB value is (134,80,46). Sum of RGB (Red+Green+Blue) = 134+80+46=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86502E is #79AFD1. Grayscale: #5C5C5C. Windows color (decimal): -7974866 or 3035270. OLE color: 3035270.

HSL color Cylindrical-coordinate representation of color #86502E: hue angle of 23.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86502E is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 46 -
CMYK 0 0.40 0.66 0.47
HSL 23.18º 0.49% 0.35% -
HSV(B) 23.18º 0.66% 0.53% -
XYZ 13.19 11 4.01 -
YUV 92.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 134 80 46 0 0.40 0.66 0.47 23.18 0.49 0.35
Hex 86 50 2E 0 28 42 2F 17 31 23
Octal 206 120 56 0 50 102 57 27 61 43
Binary 10000110 1010000 101110 0 101000 1000010 101111 10111 110001 100011

Color Harmonies of #86502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86502E

Black with #86502E

Text Example


Text Example

White with #86502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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