Html Css Color HEX #862422 Mandarian Orange

📋 copy color: '#862422'

red 134 ◦ green 36 ◦ blue 34

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

Shades of Mandarian Orange #862422

Tints of Mandarian Orange #862422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 65.69%
G = 17.65%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#862422 (or 0x862422) is known color: Mandarian Orange. HEX triplet: 86, 24 and 22. RGB value is (134,36,34). Sum of RGB (Red+Green+Blue) = 134+36+34=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #862422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862422 is #79DBDD. Grayscale: #414141. Windows color (decimal): -7986142 or 2237574. OLE color: 2237574.

HSL color Cylindrical-coordinate representation of color #862422: hue angle of 1.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862422 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 36 34 -
CMYK 0 0.73 0.75 0.47
HSL 1.2º 0.6% 0.33% -
HSV(B) 1.2º 0.75% 0.53% -
XYZ 10.75 6.45 2.19 -
YUV 65.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 134 36 34 0 0.73 0.75 0.47 1.2 0.6 0.33
Hex 86 24 22 0 49 4B 2F 1 3C 21
Octal 206 44 42 0 111 113 57 1 74 41
Binary 10000110 100100 100010 0 1001001 1001011 101111 1 111100 100001

Color Harmonies of #862422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862422

Black with #862422

Text Example


Text Example

White with #862422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862422; }

 p { color: rgb(134,36,34); }

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

background-color css

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

 a { background-color: rgb(134,36,34); }

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

border-color css

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

 span { border-color: rgb(134,36,34); }

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