Html Css Color HEX #853004 Saddle Brown

📋 copy color: '#853004'

red 133 ◦ green 48 ◦ blue 4

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

Shades of Saddle Brown #853004

Tints of Saddle Brown #853004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 71.89%
G = 25.95%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853004 (or 0x853004) is known color: Saddle Brown. HEX triplet: 85, 30 and 04. RGB value is (133,48,4). Sum of RGB (Red+Green+Blue) = 133+48+4=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #853004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853004 is #7ACFFB. Grayscale: #444444. Windows color (decimal): -8048636 or 274565. OLE color: 274565.

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

Color convert

RGB 133 48 4 -
CMYK 0 0.64 0.97 0.48
HSL 20.47º 0.94% 0.27% -
HSV(B) 20.47º 0.97% 0.52% -
XYZ 10.75 7.11 0.92 -
YUV 68.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 133 48 4 0 0.64 0.97 0.48 20.47 0.94 0.27
Hex 85 30 4 0 40 61 30 14 5E 1B
Octal 205 60 4 0 100 141 60 24 136 33
Binary 10000101 110000 100 0 1000000 1100001 110000 10100 1011110 11011

Color Harmonies of #853004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853004

Black with #853004

Text Example


Text Example

White with #853004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853004; }

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

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

background-color css

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

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

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

border-color css

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

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

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