Html Css Color HEX #852904 Saddle Brown

📋 copy color: '#852904'

red 133 ◦ green 41 ◦ blue 4

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

Shades of Saddle Brown #852904

Tints of Saddle Brown #852904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 74.72%
G = 23.03%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#852904 (or 0x852904) is known color: Saddle Brown. HEX triplet: 85, 29 and 04. RGB value is (133,41,4). Sum of RGB (Red+Green+Blue) = 133+41+4=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #852904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852904 is #7AD6FB. Grayscale: #404040. Windows color (decimal): -8050428 or 272773. OLE color: 272773.

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

Color convert

RGB 133 41 4 -
CMYK 0 0.69 0.97 0.48
HSL 17.21º 0.94% 0.27% -
HSV(B) 17.21º 0.97% 0.52% -
XYZ 10.49 6.58 0.83 -
YUV 64.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 133 41 4 0 0.69 0.97 0.48 17.21 0.94 0.27
Hex 85 29 4 0 45 61 30 11 5E 1B
Octal 205 51 4 0 105 141 60 21 136 33
Binary 10000101 101001 100 0 1000101 1100001 110000 10001 1011110 11011

Color Harmonies of #852904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852904

Black with #852904

Text Example


Text Example

White with #852904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852904; }

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

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

background-color css

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

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

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

border-color css

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

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

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