Html Css Color HEX #853309 Saddle Brown

📋 copy color: '#853309'

red 133 ◦ green 51 ◦ blue 9

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

Shades of Saddle Brown #853309

Tints of Saddle Brown #853309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 68.91%
G = 26.42%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#853309 (or 0x853309) is known color: Saddle Brown. HEX triplet: 85, 33 and 09. RGB value is (133,51,9). Sum of RGB (Red+Green+Blue) = 133+51+9=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853309 is #7ACCF6. Grayscale: #464646. Windows color (decimal): -8047863 or 603013. OLE color: 603013.

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

Color convert

RGB 133 51 9 -
CMYK 0 0.62 0.93 0.48
HSL 20.32º 0.87% 0.28% -
HSV(B) 20.32º 0.93% 0.52% -
XYZ 10.91 7.37 1.11 -
YUV 70.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 133 51 9 0 0.62 0.93 0.48 20.32 0.87 0.28
Hex 85 33 9 0 3E 5D 30 14 57 1C
Octal 205 63 11 0 76 135 60 24 127 34
Binary 10000101 110011 1001 0 111110 1011101 110000 10100 1010111 11100

Color Harmonies of #853309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853309

Black with #853309

Text Example


Text Example

White with #853309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853309; }

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

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

background-color css

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

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

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

border-color css

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

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

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