Html Css Color HEX #853804 Saddle Brown

📋 copy color: '#853804'

red 133 ◦ green 56 ◦ blue 4

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

Shades of Saddle Brown #853804

Tints of Saddle Brown #853804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 68.91%
G = 29.02%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853804 (or 0x853804) is known color: Saddle Brown. HEX triplet: 85, 38 and 04. RGB value is (133,56,4). Sum of RGB (Red+Green+Blue) = 133+56+4=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853804 is #7AC7FB. Grayscale: #494949. Windows color (decimal): -8046588 or 276613. OLE color: 276613.

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

Color convert

RGB 133 56 4 -
CMYK 0 0.58 0.97 0.48
HSL 24.19º 0.94% 0.27% -
HSV(B) 24.19º 0.97% 0.52% -
XYZ 11.11 7.82 1.04 -
YUV 73.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 133 56 4 0 0.58 0.97 0.48 24.19 0.94 0.27
Hex 85 38 4 0 3A 61 30 18 5E 1B
Octal 205 70 4 0 72 141 60 30 136 33
Binary 10000101 111000 100 0 111010 1100001 110000 11000 1011110 11011

Color Harmonies of #853804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853804

Black with #853804

Text Example


Text Example

White with #853804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853804; }

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

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

background-color css

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

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

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

border-color css

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

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

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