Html Css Color HEX #852722 Mandarian Orange

📋 copy color: '#852722'

red 133 ◦ green 39 ◦ blue 34

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

Shades of Mandarian Orange #852722

Tints of Mandarian Orange #852722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 64.56%
G = 18.93%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852722 (or 0x852722) is known color: Mandarian Orange. HEX triplet: 85, 27 and 22. RGB value is (133,39,34). Sum of RGB (Red+Green+Blue) = 133+39+34=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852722 is #7AD8DD. Grayscale: #424242. Windows color (decimal): -8050910 or 2238341. OLE color: 2238341.

HSL color Cylindrical-coordinate representation of color #852722: hue angle of 3.03º 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 #852722 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 34 -
CMYK 0 0.71 0.74 0.48
HSL 3.03º 0.59% 0.33% -
HSV(B) 3.03º 0.74% 0.52% -
XYZ 10.69 6.55 2.21 -
YUV 66.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 133 39 34 0 0.71 0.74 0.48 3.03 0.59 0.33
Hex 85 27 22 0 47 4A 30 3 3B 21
Octal 205 47 42 0 107 112 60 3 73 41
Binary 10000101 100111 100010 0 1000111 1001010 110000 11 111011 100001

Color Harmonies of #852722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852722

Black with #852722

Text Example


Text Example

White with #852722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852722; }

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

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

background-color css

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

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

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

border-color css

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

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

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