Html Css Color HEX #853009 Saddle Brown

📋 copy color: '#853009'

red 133 ◦ green 48 ◦ blue 9

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

Shades of Saddle Brown #853009

Tints of Saddle Brown #853009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.74%

R = 70%
G = 25.26%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#853009 (or 0x853009) is known color: Saddle Brown. HEX triplet: 85, 30 and 09. RGB value is (133,48,9). Sum of RGB (Red+Green+Blue) = 133+48+9=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #853009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853009 is #7ACFF6. Grayscale: #454545. Windows color (decimal): -8048631 or 602245. OLE color: 602245.

HSL color Cylindrical-coordinate representation of color #853009: hue angle of 18.87º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #853009 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 48 9 -
CMYK 0 0.64 0.93 0.48
HSL 18.87º 0.87% 0.28% -
HSV(B) 18.87º 0.93% 0.52% -
XYZ 10.78 7.12 1.06 -
YUV 68.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 133 48 9 0 0.64 0.93 0.48 18.87 0.87 0.28
Hex 85 30 9 0 40 5D 30 13 57 1C
Octal 205 60 11 0 100 135 60 23 127 34
Binary 10000101 110000 1001 0 1000000 1011101 110000 10011 1010111 11100

Color Harmonies of #853009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853009

Black with #853009

Text Example


Text Example

White with #853009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853009; }

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

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

background-color css

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

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

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

border-color css

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

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

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