Html Css Color HEX #853914 Saddle Brown

📋 copy color: '#853914'

red 133 ◦ green 57 ◦ blue 20

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

Shades of Saddle Brown #853914

Tints of Saddle Brown #853914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 63.33%
G = 27.14%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#853914 (or 0x853914) is known color: Saddle Brown. HEX triplet: 85, 39 and 14. RGB value is (133,57,20). Sum of RGB (Red+Green+Blue) = 133+57+20=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #853914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853914 is #7AC6EB. Grayscale: #4B4B4B. Windows color (decimal): -8046316 or 1325445. OLE color: 1325445.

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

Color convert

RGB 133 57 20 -
CMYK 0 0.57 0.85 0.48
HSL 19.65º 0.74% 0.3% -
HSV(B) 19.65º 0.85% 0.52% -
XYZ 11.26 7.96 1.61 -
YUV 75.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 133 57 20 0 0.57 0.85 0.48 19.65 0.74 0.3
Hex 85 39 14 0 39 55 30 14 4A 1E
Octal 205 71 24 0 71 125 60 24 112 36
Binary 10000101 111001 10100 0 111001 1010101 110000 10100 1001010 11110

Color Harmonies of #853914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853914

Black with #853914

Text Example


Text Example

White with #853914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853914; }

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

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

background-color css

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

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

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

border-color css

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

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

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