Html Css Color HEX #853507 Saddle Brown

📋 copy color: '#853507'

red 133 ◦ green 53 ◦ blue 7

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

Shades of Saddle Brown #853507

Tints of Saddle Brown #853507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 7 (3.13% from 255) = 3.63%

R = 68.91%
G = 27.46%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853507 (or 0x853507) is known color: Saddle Brown. HEX triplet: 85, 35 and 07. RGB value is (133,53,7). Sum of RGB (Red+Green+Blue) = 133+53+7=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853507 is #7ACAF8. Grayscale: #474747. Windows color (decimal): -8047353 or 472453. OLE color: 472453.

HSL color Cylindrical-coordinate representation of color #853507: hue angle of 21.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #853507 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 7 -
CMYK 0 0.60 0.95 0.48
HSL 21.9º 0.9% 0.27% -
HSV(B) 21.9º 0.95% 0.52% -
XYZ 10.98 7.55 1.08 -
YUV 71.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 133 53 7 0 0.60 0.95 0.48 21.9 0.9 0.27
Hex 85 35 7 0 3C 5F 30 16 5A 1B
Octal 205 65 7 0 74 137 60 26 132 33
Binary 10000101 110101 111 0 111100 1011111 110000 10110 1011010 11011

Color Harmonies of #853507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853507

Black with #853507

Text Example


Text Example

White with #853507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853507; }

 p { color: rgb(133,53,7); }

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

background-color css

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

 a { background-color: rgb(133,53,7); }

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

border-color css

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

 span { border-color: rgb(133,53,7); }

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