Html Css Color HEX #852821 Mandarian Orange

📋 copy color: '#852821'

red 133 ◦ green 40 ◦ blue 33

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

Shades of Mandarian Orange #852821

Tints of Mandarian Orange #852821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.02%

R = 64.56%
G = 19.42%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#852821 (or 0x852821) is known color: Mandarian Orange. HEX triplet: 85, 28 and 21. RGB value is (133,40,33). Sum of RGB (Red+Green+Blue) = 133+40+33=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852821 is #7AD7DE. Grayscale: #434343. Windows color (decimal): -8050655 or 2173061. OLE color: 2173061.

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

Color convert

RGB 133 40 33 -
CMYK 0 0.70 0.75 0.48
HSL 4.2º 0.6% 0.33% -
HSV(B) 4.2º 0.75% 0.52% -
XYZ 10.71 6.61 2.15 -
YUV 67.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 133 40 33 0 0.70 0.75 0.48 4.2 0.6 0.33
Hex 85 28 21 0 46 4B 30 4 3C 21
Octal 205 50 41 0 106 113 60 4 74 41
Binary 10000101 101000 100001 0 1000110 1001011 110000 100 111100 100001

Color Harmonies of #852821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852821

Black with #852821

Text Example


Text Example

White with #852821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852821; }

 p { color: rgb(133,40,33); }

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

background-color css

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

 a { background-color: rgb(133,40,33); }

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

border-color css

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

 span { border-color: rgb(133,40,33); }

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