Html Css Color HEX #853818 Saddle Brown

📋 copy color: '#853818'

red 133 ◦ green 56 ◦ blue 24

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

Shades of Saddle Brown #853818

Tints of Saddle Brown #853818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.29%

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

R = 62.44%
G = 26.29%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#853818 (or 0x853818) is known color: Saddle Brown. HEX triplet: 85, 38 and 18. RGB value is (133,56,24). Sum of RGB (Red+Green+Blue) = 133+56+24=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #853818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853818 is #7AC7E7. Grayscale: #4B4B4B. Windows color (decimal): -8046568 or 1587333. OLE color: 1587333.

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

Color convert

RGB 133 56 24 -
CMYK 0 0.58 0.82 0.48
HSL 17.61º 0.69% 0.31% -
HSV(B) 17.61º 0.82% 0.52% -
XYZ 11.25 7.88 1.79 -
YUV 75.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 133 56 24 0 0.58 0.82 0.48 17.61 0.69 0.31
Hex 85 38 18 0 3A 52 30 12 45 1F
Octal 205 70 30 0 72 122 60 22 105 37
Binary 10000101 111000 11000 0 111010 1010010 110000 10010 1000101 11111

Color Harmonies of #853818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853818

Black with #853818

Text Example


Text Example

White with #853818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853818; }

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

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

background-color css

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

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

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

border-color css

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

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

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