Html Css Color HEX #86522A Korma

📋 copy color: '#86522A'

red 134 ◦ green 82 ◦ blue 42

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

Shades of Korma #86522A

Tints of Korma #86522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 51.94%
G = 31.78%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86522A (or 0x86522A) is known color: Korma. HEX triplet: 86, 52 and 2A. RGB value is (134,82,42). Sum of RGB (Red+Green+Blue) = 134+82+42=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86522A is #79ADD5. Grayscale: #5D5D5D. Windows color (decimal): -7974358 or 2773638. OLE color: 2773638.

HSL color Cylindrical-coordinate representation of color #86522A: hue angle of 26.09º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86522A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 42 -
CMYK 0 0.39 0.69 0.47
HSL 26.09º 0.52% 0.35% -
HSV(B) 26.09º 0.69% 0.53% -
XYZ 13.27 11.27 3.67 -
YUV 92.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 134 82 42 0 0.39 0.69 0.47 26.09 0.52 0.35
Hex 86 52 2A 0 27 45 2F 1A 34 23
Octal 206 122 52 0 47 105 57 32 64 43
Binary 10000110 1010010 101010 0 100111 1000101 101111 11010 110100 100011

Color Harmonies of #86522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86522A

Black with #86522A

Text Example


Text Example

White with #86522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86522A; }

 p { color: rgb(134,82,42); }

 H1.HeaderClassName
 {
   color: #86522A;
 }
 .AnyTagClassName
 {
   color: #86522A;
 }
</style>

background-color css

<style>
 a { background-color: #86522A; }

 a { background-color: rgb(134,82,42); }

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

border-color css

<style>
 span { border-color: #86522A; }

 span { border-color: rgb(134,82,42); }

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