Html Css Color HEX #852A29 Mandarian Orange

📋 copy color: '#852A29'

red 133 ◦ green 42 ◦ blue 41

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

Shades of Mandarian Orange #852A29

Tints of Mandarian Orange #852A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 61.57%
G = 19.44%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852A29 (or 0x852A29) is known color: Mandarian Orange. HEX triplet: 85, 2A and 29. RGB value is (133,42,41). Sum of RGB (Red+Green+Blue) = 133+42+41=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #852A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A29 is #7AD5D6. Grayscale: #454545. Windows color (decimal): -8050135 or 2697861. OLE color: 2697861.

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

Color convert

RGB 133 42 41 -
CMYK 0 0.68 0.69 0.48
HSL 0.65º 0.53% 0.34% -
HSV(B) 0.65º 0.69% 0.52% -
XYZ 10.9 6.8 2.84 -
YUV 69.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 133 42 41 0 0.68 0.69 0.48 0.65 0.53 0.34
Hex 85 2A 29 0 44 45 30 1 35 22
Octal 205 52 51 0 104 105 60 1 65 42
Binary 10000101 101010 101001 0 1000100 1000101 110000 1 110101 100010

Color Harmonies of #852A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A29

Black with #852A29

Text Example


Text Example

White with #852A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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