Html Css Color HEX #852924 Mandarian Orange

📋 copy color: '#852924'

red 133 ◦ green 41 ◦ blue 36

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

Shades of Mandarian Orange #852924

Tints of Mandarian Orange #852924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 63.33%
G = 19.52%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#852924 (or 0x852924) is known color: Mandarian Orange. HEX triplet: 85, 29 and 24. RGB value is (133,41,36). Sum of RGB (Red+Green+Blue) = 133+41+36=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852924 is #7AD6DB. Grayscale: #444444. Windows color (decimal): -8050396 or 2369925. OLE color: 2369925.

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

Color convert

RGB 133 41 36 -
CMYK 0 0.69 0.73 0.48
HSL 3.09º 0.57% 0.33% -
HSV(B) 3.09º 0.73% 0.52% -
XYZ 10.78 6.7 2.39 -
YUV 67.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 133 41 36 0 0.69 0.73 0.48 3.09 0.57 0.33
Hex 85 29 24 0 45 49 30 3 39 21
Octal 205 51 44 0 105 111 60 3 71 41
Binary 10000101 101001 100100 0 1000101 1001001 110000 11 111001 100001

Color Harmonies of #852924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852924

Black with #852924

Text Example


Text Example

White with #852924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852924; }

 p { color: rgb(133,41,36); }

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

background-color css

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

 a { background-color: rgb(133,41,36); }

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

border-color css

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

 span { border-color: rgb(133,41,36); }

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