Html Css Color HEX #853918 Saddle Brown

📋 copy color: '#853918'

red 133 ◦ green 57 ◦ blue 24

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

Shades of Saddle Brown #853918

Tints of Saddle Brown #853918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 62.15%
G = 26.64%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#853918 (or 0x853918) is known color: Saddle Brown. HEX triplet: 85, 39 and 18. RGB value is (133,57,24). Sum of RGB (Red+Green+Blue) = 133+57+24=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #853918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853918 is #7AC6E7. Grayscale: #4C4C4C. Windows color (decimal): -8046312 or 1587589. OLE color: 1587589.

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

Color convert

RGB 133 57 24 -
CMYK 0 0.57 0.82 0.48
HSL 18.17º 0.69% 0.31% -
HSV(B) 18.17º 0.82% 0.52% -
XYZ 11.3 7.98 1.81 -
YUV 75.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 133 57 24 0 0.57 0.82 0.48 18.17 0.69 0.31
Hex 85 39 18 0 39 52 30 12 45 1F
Octal 205 71 30 0 71 122 60 22 105 37
Binary 10000101 111001 11000 0 111001 1010010 110000 10010 1000101 11111

Color Harmonies of #853918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853918

Black with #853918

Text Example


Text Example

White with #853918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853918; }

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

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

background-color css

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

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

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

border-color css

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

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

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