Html Css Color HEX #852626 Mandarian Orange

📋 copy color: '#852626'

red 133 ◦ green 38 ◦ blue 38

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

Shades of Mandarian Orange #852626

Tints of Mandarian Orange #852626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 63.64%
G = 18.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852626 (or 0x852626) is known color: Mandarian Orange. HEX triplet: 85, 26 and 26. RGB value is (133,38,38). Sum of RGB (Red+Green+Blue) = 133+38+38=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852626 is #7AD9D9. Grayscale: #424242. Windows color (decimal): -8051162 or 2500229. OLE color: 2500229.

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

Color convert

RGB 133 38 38 -
CMYK 0 0.71 0.71 0.48
HSL 0.56% 0.34% -
HSV(B) 0.71% 0.52% -
XYZ 10.72 6.51 2.53 -
YUV 66.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 133 38 38 0 0.71 0.71 0.48 0 0.56 0.34
Hex 85 26 26 0 47 47 30 0 38 22
Octal 205 46 46 0 107 107 60 0 70 42
Binary 10000101 100110 100110 0 1000111 1000111 110000 0 111000 100010

Color Harmonies of #852626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852626

Black with #852626

Text Example


Text Example

White with #852626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852626; }

 p { color: rgb(133,38,38); }

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

background-color css

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

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

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

border-color css

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

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

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