Html Css Color HEX #852618 Mandarian Orange

📋 copy color: '#852618'

red 133 ◦ green 38 ◦ blue 24

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

Shades of Mandarian Orange #852618

Tints of Mandarian Orange #852618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 68.21%
G = 19.49%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#852618 (or 0x852618) is known color: Mandarian Orange. HEX triplet: 85, 26 and 18. RGB value is (133,38,24). Sum of RGB (Red+Green+Blue) = 133+38+24=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852618 is #7AD9E7. Grayscale: #404040. Windows color (decimal): -8051176 or 1582725. OLE color: 1582725.

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

Color convert

RGB 133 38 24 -
CMYK 0 0.71 0.82 0.48
HSL 7.71º 0.69% 0.31% -
HSV(B) 7.71º 0.82% 0.52% -
XYZ 10.53 6.44 1.55 -
YUV 64.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 133 38 24 0 0.71 0.82 0.48 7.71 0.69 0.31
Hex 85 26 18 0 47 52 30 8 45 1F
Octal 205 46 30 0 107 122 60 10 105 37
Binary 10000101 100110 11000 0 1000111 1010010 110000 1000 1000101 11111

Color Harmonies of #852618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852618

Black with #852618

Text Example


Text Example

White with #852618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852618; }

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

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

background-color css

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

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

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

border-color css

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

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

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