Html Css Color HEX #853304 Saddle Brown

📋 copy color: '#853304'

red 133 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #853304

Tints of Saddle Brown #853304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 70.74%
G = 27.13%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853304 (or 0x853304) is known color: Saddle Brown. HEX triplet: 85, 33 and 04. RGB value is (133,51,4). Sum of RGB (Red+Green+Blue) = 133+51+4=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #853304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853304 is #7ACCFB. Grayscale: #464646. Windows color (decimal): -8047868 or 275333. OLE color: 275333.

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

Color convert

RGB 133 51 4 -
CMYK 0 0.62 0.97 0.48
HSL 21.86º 0.94% 0.27% -
HSV(B) 21.86º 0.97% 0.52% -
XYZ 10.88 7.36 0.96 -
YUV 70.16 90.67 172.82 -
System Red Green Blue C M Y K H S L
Decimal 133 51 4 0 0.62 0.97 0.48 21.86 0.94 0.27
Hex 85 33 4 0 3E 61 30 16 5E 1B
Octal 205 63 4 0 76 141 60 26 136 33
Binary 10000101 110011 100 0 111110 1100001 110000 10110 1011110 11011

Color Harmonies of #853304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853304

Black with #853304

Text Example


Text Example

White with #853304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853304; }

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

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

background-color css

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

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

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

border-color css

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

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

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