Html Css Color HEX #953207 Saddle Brown

📋 copy color: '#953207'

red 149 ◦ green 50 ◦ blue 7

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

Shades of Saddle Brown #953207

Tints of Saddle Brown #953207

RGB

 RED value IS 149 (58.59% from 255) = 72.33%

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

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

R = 72.33%
G = 24.27%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953207 (or 0x953207) is known color: Saddle Brown. HEX triplet: 95, 32 and 07. RGB value is (149,50,7). Sum of RGB (Red+Green+Blue) = 149+50+7=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #953207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953207 is #6ACDF8. Grayscale: #4A4A4A. Windows color (decimal): -6999545 or 471701. OLE color: 471701.

HSL color Cylindrical-coordinate representation of color #953207: hue angle of 18.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #953207 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 7 -
CMYK 0 0.66 0.95 0.42
HSL 18.17º 0.91% 0.31% -
HSV(B) 18.17º 0.95% 0.58% -
XYZ 13.57 8.69 1.16 -
YUV 74.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 149 50 7 0 0.66 0.95 0.42 18.17 0.91 0.31
Hex 95 32 7 0 42 5F 2A 12 5B 1F
Octal 225 62 7 0 102 137 52 22 133 37
Binary 10010101 110010 111 0 1000010 1011111 101010 10010 1011011 11111

Color Harmonies of #953207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953207

Black with #953207

Text Example


Text Example

White with #953207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953207; }

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

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

background-color css

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

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

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

border-color css

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

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

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