Html Css Color HEX #853904 Saddle Brown

📋 copy color: '#853904'

red 133 ◦ green 57 ◦ blue 4

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

Shades of Saddle Brown #853904

Tints of Saddle Brown #853904

RGB

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

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

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

R = 68.56%
G = 29.38%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853904 (or 0x853904) is known color: Saddle Brown. HEX triplet: 85, 39 and 04. RGB value is (133,57,4). Sum of RGB (Red+Green+Blue) = 133+57+4=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #853904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853904 is #7AC6FB. Grayscale: #494949. Windows color (decimal): -8046332 or 276869. OLE color: 276869.

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

Color convert

RGB 133 57 4 -
CMYK 0 0.57 0.97 0.48
HSL 24.65º 0.94% 0.27% -
HSV(B) 24.65º 0.97% 0.52% -
XYZ 11.16 7.92 1.06 -
YUV 73.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 133 57 4 0 0.57 0.97 0.48 24.65 0.94 0.27
Hex 85 39 4 0 39 61 30 19 5E 1B
Octal 205 71 4 0 71 141 60 31 136 33
Binary 10000101 111001 100 0 111001 1100001 110000 11001 1011110 11011

Color Harmonies of #853904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853904

Black with #853904

Text Example


Text Example

White with #853904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853904; }

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

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

background-color css

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

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

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

border-color css

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

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

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