Html Css Color HEX #852923 Mandarian Orange

📋 copy color: '#852923'

red 133 ◦ green 41 ◦ blue 35

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

Shades of Mandarian Orange #852923

Tints of Mandarian Orange #852923

RGB

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

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

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

R = 63.64%
G = 19.62%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852923 (or 0x852923) is known color: Mandarian Orange. HEX triplet: 85, 29 and 23. RGB value is (133,41,35). Sum of RGB (Red+Green+Blue) = 133+41+35=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852923 is #7AD6DC. Grayscale: #434343. Windows color (decimal): -8050397 or 2304389. OLE color: 2304389.

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

Color convert

RGB 133 41 35 -
CMYK 0 0.69 0.74 0.48
HSL 3.67º 0.58% 0.33% -
HSV(B) 3.67º 0.74% 0.52% -
XYZ 10.77 6.69 2.31 -
YUV 67.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 133 41 35 0 0.69 0.74 0.48 3.67 0.58 0.33
Hex 85 29 23 0 45 4A 30 4 3A 21
Octal 205 51 43 0 105 112 60 4 72 41
Binary 10000101 101001 100011 0 1000101 1001010 110000 100 111010 100001

Color Harmonies of #852923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852923

Black with #852923

Text Example


Text Example

White with #852923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852923; }

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

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

background-color css

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

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

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

border-color css

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

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

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