Html Css Color HEX #86502A Korma

📋 copy color: '#86502A'

red 134 ◦ green 80 ◦ blue 42

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

Shades of Korma #86502A

Tints of Korma #86502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

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

R = 52.34%
G = 31.25%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86502A (or 0x86502A) is known color: Korma. HEX triplet: 86, 50 and 2A. RGB value is (134,80,42). Sum of RGB (Red+Green+Blue) = 134+80+42=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #86502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86502A is #79AFD5. Grayscale: #5C5C5C. Windows color (decimal): -7974870 or 2773126. OLE color: 2773126.

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

Color convert

RGB 134 80 42 -
CMYK 0 0.40 0.69 0.47
HSL 24.78º 0.52% 0.35% -
HSV(B) 24.78º 0.69% 0.53% -
XYZ 13.12 10.97 3.62 -
YUV 91.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 134 80 42 0 0.40 0.69 0.47 24.78 0.52 0.35
Hex 86 50 2A 0 28 45 2F 19 34 23
Octal 206 120 52 0 50 105 57 31 64 43
Binary 10000110 1010000 101010 0 101000 1000101 101111 11001 110100 100011

Color Harmonies of #86502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86502A

Black with #86502A

Text Example


Text Example

White with #86502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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