Html Css Color HEX #852804 Saddle Brown

📋 copy color: '#852804'

red 133 ◦ green 40 ◦ blue 4

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

Shades of Saddle Brown #852804

Tints of Saddle Brown #852804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 75.14%
G = 22.6%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#852804 (or 0x852804) is known color: Saddle Brown. HEX triplet: 85, 28 and 04. RGB value is (133,40,4). Sum of RGB (Red+Green+Blue) = 133+40+4=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #852804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852804 is #7AD7FB. Grayscale: #3F3F3F. Windows color (decimal): -8050684 or 272517. OLE color: 272517.

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

Color convert

RGB 133 40 4 -
CMYK 0 0.70 0.97 0.48
HSL 16.74º 0.94% 0.27% -
HSV(B) 16.74º 0.97% 0.52% -
XYZ 10.45 6.51 0.82 -
YUV 63.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 133 40 4 0 0.70 0.97 0.48 16.74 0.94 0.27
Hex 85 28 4 0 46 61 30 11 5E 1B
Octal 205 50 4 0 106 141 60 21 136 33
Binary 10000101 101000 100 0 1000110 1100001 110000 10001 1011110 11011

Color Harmonies of #852804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852804

Black with #852804

Text Example


Text Example

White with #852804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852804; }

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

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

background-color css

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

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

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

border-color css

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

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

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