Html Css Color HEX #852A25 Mandarian Orange

📋 copy color: '#852A25'

red 133 ◦ green 42 ◦ blue 37

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

Shades of Mandarian Orange #852A25

Tints of Mandarian Orange #852A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.81%

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 62.74%
G = 19.81%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#852A25 (or 0x852A25) is known color: Mandarian Orange. HEX triplet: 85, 2A and 25. RGB value is (133,42,37). Sum of RGB (Red+Green+Blue) = 133+42+37=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #852A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A25 is #7AD5DA. Grayscale: #444444. Windows color (decimal): -8050139 or 2435717. OLE color: 2435717.

HSL color Cylindrical-coordinate representation of color #852A25: hue angle of 3.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852A25 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 37 -
CMYK 0 0.68 0.72 0.48
HSL 3.13º 0.56% 0.33% -
HSV(B) 3.13º 0.72% 0.52% -
XYZ 10.83 6.78 2.49 -
YUV 68.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 133 42 37 0 0.68 0.72 0.48 3.13 0.56 0.33
Hex 85 2A 25 0 44 48 30 3 38 21
Octal 205 52 45 0 104 110 60 3 70 41
Binary 10000101 101010 100101 0 1000100 1001000 110000 11 111000 100001

Color Harmonies of #852A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A25

Black with #852A25

Text Example


Text Example

White with #852A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852A25; }

 p { color: rgb(133,42,37); }

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

background-color css

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

 a { background-color: rgb(133,42,37); }

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

border-color css

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

 span { border-color: rgb(133,42,37); }

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