Html Css Color HEX #86281E Mandarian Orange

📋 copy color: '#86281E'

red 134 ◦ green 40 ◦ blue 30

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

Shades of Mandarian Orange #86281E

Tints of Mandarian Orange #86281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 65.69%
G = 19.61%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86281E (or 0x86281E) is known color: Mandarian Orange. HEX triplet: 86, 28 and 1E. RGB value is (134,40,30). Sum of RGB (Red+Green+Blue) = 134+40+30=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #86281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86281E is #79D7E1. Grayscale: #434343. Windows color (decimal): -7985122 or 1976454. OLE color: 1976454.

HSL color Cylindrical-coordinate representation of color #86281E: hue angle of 5.77º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86281E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 30 -
CMYK 0 0.70 0.78 0.47
HSL 5.77º 0.63% 0.32% -
HSV(B) 5.77º 0.78% 0.53% -
XYZ 10.82 6.68 1.95 -
YUV 66.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 134 40 30 0 0.70 0.78 0.47 5.77 0.63 0.32
Hex 86 28 1E 0 46 4E 2F 6 3F 20
Octal 206 50 36 0 106 116 57 6 77 40
Binary 10000110 101000 11110 0 1000110 1001110 101111 110 111111 100000

Color Harmonies of #86281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86281E

Black with #86281E

Text Example


Text Example

White with #86281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86281E; }

 p { color: rgb(134,40,30); }

 H1.HeaderClassName
 {
   color: #86281E;
 }
 .AnyTagClassName
 {
   color: #86281E;
 }
</style>

background-color css

<style>
 a { background-color: #86281E; }

 a { background-color: rgb(134,40,30); }

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

border-color css

<style>
 span { border-color: #86281E; }

 span { border-color: rgb(134,40,30); }

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