Html Css Color HEX #853207 Saddle Brown

📋 copy color: '#853207'

red 133 ◦ green 50 ◦ blue 7

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

Shades of Saddle Brown #853207

Tints of Saddle Brown #853207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

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

R = 70%
G = 26.32%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853207 (or 0x853207) is known color: Saddle Brown. HEX triplet: 85, 32 and 07. RGB value is (133,50,7). Sum of RGB (Red+Green+Blue) = 133+50+7=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #853207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853207 is #7ACDF8. Grayscale: #464646. Windows color (decimal): -8048121 or 471685. OLE color: 471685.

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

Color convert

RGB 133 50 7 -
CMYK 0 0.62 0.95 0.48
HSL 20.48º 0.9% 0.27% -
HSV(B) 20.48º 0.95% 0.52% -
XYZ 10.85 7.28 1.03 -
YUV 69.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 133 50 7 0 0.62 0.95 0.48 20.48 0.9 0.27
Hex 85 32 7 0 3E 5F 30 14 5A 1B
Octal 205 62 7 0 76 137 60 24 132 33
Binary 10000101 110010 111 0 111110 1011111 110000 10100 1011010 11011

Color Harmonies of #853207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853207

Black with #853207

Text Example


Text Example

White with #853207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853207; }

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

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

background-color css

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

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

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

border-color css

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

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

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