Html Css Color HEX #853817 Saddle Brown

📋 copy color: '#853817'

red 133 ◦ green 56 ◦ blue 23

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

Shades of Saddle Brown #853817

Tints of Saddle Brown #853817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 62.74%
G = 26.42%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#853817 (or 0x853817) is known color: Saddle Brown. HEX triplet: 85, 38 and 17. RGB value is (133,56,23). Sum of RGB (Red+Green+Blue) = 133+56+23=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #853817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853817 is #7AC7E8. Grayscale: #4B4B4B. Windows color (decimal): -8046569 or 1521797. OLE color: 1521797.

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

Color convert

RGB 133 56 23 -
CMYK 0 0.58 0.83 0.48
HSL 18º 0.71% 0.31% -
HSV(B) 18º 0.83% 0.52% -
XYZ 11.24 7.88 1.74 -
YUV 75.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 133 56 23 0 0.58 0.83 0.48 18 0.71 0.31
Hex 85 38 17 0 3A 53 30 12 47 1F
Octal 205 70 27 0 72 123 60 22 107 37
Binary 10000101 111000 10111 0 111010 1010011 110000 10010 1000111 11111

Color Harmonies of #853817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853817

Black with #853817

Text Example


Text Example

White with #853817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853817; }

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

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

background-color css

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

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

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

border-color css

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

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

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