Html Css Color HEX #853404 Saddle Brown

📋 copy color: '#853404'

red 133 ◦ green 52 ◦ blue 4

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

Shades of Saddle Brown #853404

Tints of Saddle Brown #853404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

 BLUE value IS 4 (1.95% from 255) = 2.12%

R = 70.37%
G = 27.51%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853404 (or 0x853404) is known color: Saddle Brown. HEX triplet: 85, 34 and 04. RGB value is (133,52,4). Sum of RGB (Red+Green+Blue) = 133+52+4=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #853404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853404 is #7ACBFB. Grayscale: #474747. Windows color (decimal): -8047612 or 275589. OLE color: 275589.

HSL color Cylindrical-coordinate representation of color #853404: hue angle of 22.33º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #853404 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 4 -
CMYK 0 0.61 0.97 0.48
HSL 22.33º 0.94% 0.27% -
HSV(B) 22.33º 0.97% 0.52% -
XYZ 10.92 7.45 0.98 -
YUV 70.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 133 52 4 0 0.61 0.97 0.48 22.33 0.94 0.27
Hex 85 34 4 0 3D 61 30 16 5E 1B
Octal 205 64 4 0 75 141 60 26 136 33
Binary 10000101 110100 100 0 111101 1100001 110000 10110 1011110 11011

Color Harmonies of #853404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853404

Black with #853404

Text Example


Text Example

White with #853404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853404; }

 p { color: rgb(133,52,4); }

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

background-color css

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

 a { background-color: rgb(133,52,4); }

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

border-color css

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

 span { border-color: rgb(133,52,4); }

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