Html Css Color HEX #86482B Korma

📋 copy color: '#86482B'

red 134 ◦ green 72 ◦ blue 43

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

Shades of Korma #86482B

Tints of Korma #86482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

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

R = 53.82%
G = 28.92%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86482B (or 0x86482B) is known color: Korma. HEX triplet: 86, 48 and 2B. RGB value is (134,72,43). Sum of RGB (Red+Green+Blue) = 134+72+43=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86482B is #79B7D4. Grayscale: #575757. Windows color (decimal): -7976917 or 2836614. OLE color: 2836614.

HSL color Cylindrical-coordinate representation of color #86482B: hue angle of 19.12º 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 #86482B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 72 43 -
CMYK 0 0.46 0.68 0.47
HSL 19.12º 0.51% 0.35% -
HSV(B) 19.12º 0.68% 0.53% -
XYZ 12.58 9.88 3.53 -
YUV 87.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 134 72 43 0 0.46 0.68 0.47 19.12 0.51 0.35
Hex 86 48 2B 0 2E 44 2F 13 33 23
Octal 206 110 53 0 56 104 57 23 63 43
Binary 10000110 1001000 101011 0 101110 1000100 101111 10011 110011 100011

Color Harmonies of #86482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86482B

Black with #86482B

Text Example


Text Example

White with #86482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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