Html Css Color HEX #86532B Korma

📋 copy color: '#86532B'

red 134 ◦ green 83 ◦ blue 43

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

Shades of Korma #86532B

Tints of Korma #86532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 51.54%
G = 31.92%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86532B (or 0x86532B) is known color: Korma. HEX triplet: 86, 53 and 2B. RGB value is (134,83,43). Sum of RGB (Red+Green+Blue) = 134+83+43=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86532B is #79ACD4. Grayscale: #5D5D5D. Windows color (decimal): -7974101 or 2839430. OLE color: 2839430.

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

Color convert

RGB 134 83 43 -
CMYK 0 0.38 0.68 0.47
HSL 26.37º 0.51% 0.35% -
HSV(B) 26.37º 0.68% 0.53% -
XYZ 13.36 11.43 3.79 -
YUV 93.69 99.4 156.75 -
System Red Green Blue C M Y K H S L
Decimal 134 83 43 0 0.38 0.68 0.47 26.37 0.51 0.35
Hex 86 53 2B 0 26 44 2F 1A 33 23
Octal 206 123 53 0 46 104 57 32 63 43
Binary 10000110 1010011 101011 0 100110 1000100 101111 11010 110011 100011

Color Harmonies of #86532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86532B

Black with #86532B

Text Example


Text Example

White with #86532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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