Html Css Color HEX #86482A Korma

📋 copy color: '#86482A'

red 134 ◦ green 72 ◦ blue 42

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

Shades of Korma #86482A

Tints of Korma #86482A

RGB

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

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

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

R = 54.03%
G = 29.03%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86482A (or 0x86482A) is known color: Korma. HEX triplet: 86, 48 and 2A. RGB value is (134,72,42). Sum of RGB (Red+Green+Blue) = 134+72+42=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86482A is #79B7D5. Grayscale: #575757. Windows color (decimal): -7976918 or 2771078. OLE color: 2771078.

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

Color convert

RGB 134 72 42 -
CMYK 0 0.46 0.69 0.47
HSL 19.57º 0.52% 0.35% -
HSV(B) 19.57º 0.69% 0.53% -
XYZ 12.57 9.87 3.43 -
YUV 87.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 134 72 42 0 0.46 0.69 0.47 19.57 0.52 0.35
Hex 86 48 2A 0 2E 45 2F 14 34 23
Octal 206 110 52 0 56 105 57 24 64 43
Binary 10000110 1001000 101010 0 101110 1000101 101111 10100 110100 100011

Color Harmonies of #86482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86482A

Black with #86482A

Text Example


Text Example

White with #86482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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