Html Css Color HEX #953107 Saddle Brown

📋 copy color: '#953107'

red 149 ◦ green 49 ◦ blue 7

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

Shades of Saddle Brown #953107

Tints of Saddle Brown #953107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

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

R = 72.68%
G = 23.9%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953107 (or 0x953107) is known color: Saddle Brown. HEX triplet: 95, 31 and 07. RGB value is (149,49,7). Sum of RGB (Red+Green+Blue) = 149+49+7=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #953107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953107 is #6ACEF8. Grayscale: #4A4A4A. Windows color (decimal): -6999801 or 471445. OLE color: 471445.

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

Color convert

RGB 149 49 7 -
CMYK 0 0.67 0.95 0.42
HSL 17.75º 0.91% 0.31% -
HSV(B) 17.75º 0.95% 0.58% -
XYZ 13.53 8.6 1.15 -
YUV 74.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 149 49 7 0 0.67 0.95 0.42 17.75 0.91 0.31
Hex 95 31 7 0 43 5F 2A 12 5B 1F
Octal 225 61 7 0 103 137 52 22 133 37
Binary 10010101 110001 111 0 1000011 1011111 101010 10010 1011011 11111

Color Harmonies of #953107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953107

Black with #953107

Text Example


Text Example

White with #953107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953107; }

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

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

background-color css

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

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

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

border-color css

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

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

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