Html Css Color HEX #852928 Mandarian Orange

📋 copy color: '#852928'

red 133 ◦ green 41 ◦ blue 40

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

Shades of Mandarian Orange #852928

Tints of Mandarian Orange #852928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 62.15%
G = 19.16%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#852928 (or 0x852928) is known color: Mandarian Orange. HEX triplet: 85, 29 and 28. RGB value is (133,41,40). Sum of RGB (Red+Green+Blue) = 133+41+40=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #852928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852928 is #7AD6D7. Grayscale: #444444. Windows color (decimal): -8050392 or 2632069. OLE color: 2632069.

HSL color Cylindrical-coordinate representation of color #852928: hue angle of 0.65º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852928 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 40 -
CMYK 0 0.69 0.70 0.48
HSL 0.65º 0.54% 0.34% -
HSV(B) 0.65º 0.7% 0.52% -
XYZ 10.85 6.73 2.73 -
YUV 68.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 133 41 40 0 0.69 0.70 0.48 0.65 0.54 0.34
Hex 85 29 28 0 45 46 30 1 36 22
Octal 205 51 50 0 105 106 60 1 66 42
Binary 10000101 101001 101000 0 1000101 1000110 110000 1 110110 100010

Color Harmonies of #852928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852928

Black with #852928

Text Example


Text Example

White with #852928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852928; }

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

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

background-color css

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

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

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

border-color css

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

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

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