Html Css Color HEX #852823 Mandarian Orange

📋 copy color: '#852823'

red 133 ◦ green 40 ◦ blue 35

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

Shades of Mandarian Orange #852823

Tints of Mandarian Orange #852823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.83%

R = 63.94%
G = 19.23%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852823 (or 0x852823) is known color: Mandarian Orange. HEX triplet: 85, 28 and 23. RGB value is (133,40,35). Sum of RGB (Red+Green+Blue) = 133+40+35=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852823 is #7AD7DC. Grayscale: #434343. Windows color (decimal): -8050653 or 2304133. OLE color: 2304133.

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

Color convert

RGB 133 40 35 -
CMYK 0 0.70 0.74 0.48
HSL 3.06º 0.58% 0.33% -
HSV(B) 3.06º 0.74% 0.52% -
XYZ 10.74 6.63 2.3 -
YUV 67.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 133 40 35 0 0.70 0.74 0.48 3.06 0.58 0.33
Hex 85 28 23 0 46 4A 30 3 3A 21
Octal 205 50 43 0 106 112 60 3 72 41
Binary 10000101 101000 100011 0 1000110 1001010 110000 11 111010 100001

Color Harmonies of #852823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852823

Black with #852823

Text Example


Text Example

White with #852823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852823; }

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

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

background-color css

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

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

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

border-color css

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

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

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