Html Css Color HEX #852322 Mandarian Orange

📋 copy color: '#852322'

red 133 ◦ green 35 ◦ blue 34

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

Shades of Mandarian Orange #852322

Tints of Mandarian Orange #852322

RGB

 RED value IS 133 (52.34% from 255) = 65.84%

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 65.84%
G = 17.33%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852322 (or 0x852322) is known color: Mandarian Orange. HEX triplet: 85, 23 and 22. RGB value is (133,35,34). Sum of RGB (Red+Green+Blue) = 133+35+34=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #852322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852322 is #7ADCDD. Grayscale: #404040. Windows color (decimal): -8051934 or 2237317. OLE color: 2237317.

HSL color Cylindrical-coordinate representation of color #852322: hue angle of 0.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852322 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 34 -
CMYK 0 0.74 0.74 0.48
HSL 0.61º 0.59% 0.33% -
HSV(B) 0.61º 0.74% 0.52% -
XYZ 10.56 6.3 2.17 -
YUV 64.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 133 35 34 0 0.74 0.74 0.48 0.61 0.59 0.33
Hex 85 23 22 0 4A 4A 30 1 3B 21
Octal 205 43 42 0 112 112 60 1 73 41
Binary 10000101 100011 100010 0 1001010 1001010 110000 1 111011 100001

Color Harmonies of #852322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852322

Black with #852322

Text Example


Text Example

White with #852322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852322; }

 p { color: rgb(133,35,34); }

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

background-color css

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

 a { background-color: rgb(133,35,34); }

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

border-color css

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

 span { border-color: rgb(133,35,34); }

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