Html Css Color HEX #86472A Korma

📋 copy color: '#86472A'

red 134 ◦ green 71 ◦ blue 42

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

Shades of Korma #86472A

Tints of Korma #86472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 54.25%
G = 28.74%
B = 17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86472A (or 0x86472A) is known color: Korma. HEX triplet: 86, 47 and 2A. RGB value is (134,71,42). Sum of RGB (Red+Green+Blue) = 134+71+42=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86472A is #79B8D5. Grayscale: #565656. Windows color (decimal): -7977174 or 2770822. OLE color: 2770822.

HSL color Cylindrical-coordinate representation of color #86472A: hue angle of 18.91º 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 #86472A is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 42 -
CMYK 0 0.47 0.69 0.47
HSL 18.91º 0.52% 0.35% -
HSV(B) 18.91º 0.69% 0.53% -
XYZ 12.5 9.74 3.41 -
YUV 86.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 134 71 42 0 0.47 0.69 0.47 18.91 0.52 0.35
Hex 86 47 2A 0 2F 45 2F 13 34 23
Octal 206 107 52 0 57 105 57 23 64 43
Binary 10000110 1000111 101010 0 101111 1000101 101111 10011 110100 100011

Color Harmonies of #86472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86472A

Black with #86472A

Text Example


Text Example

White with #86472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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