Html Css Color HEX #953907 Saddle Brown

📋 copy color: '#953907'

red 149 ◦ green 57 ◦ blue 7

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

Shades of Saddle Brown #953907

Tints of Saddle Brown #953907

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 69.95%
G = 26.76%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#953907 (or 0x953907) is known color: Saddle Brown. HEX triplet: 95, 39 and 07. RGB value is (149,57,7). Sum of RGB (Red+Green+Blue) = 149+57+7=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #953907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953907 is #6AC6F8. Grayscale: #4F4F4F. Windows color (decimal): -6997753 or 473493. OLE color: 473493.

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

Color convert

RGB 149 57 7 -
CMYK 0 0.62 0.95 0.42
HSL 21.13º 0.91% 0.31% -
HSV(B) 21.13º 0.95% 0.58% -
XYZ 13.9 9.33 1.27 -
YUV 78.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 149 57 7 0 0.62 0.95 0.42 21.13 0.91 0.31
Hex 95 39 7 0 3E 5F 2A 15 5B 1F
Octal 225 71 7 0 76 137 52 25 133 37
Binary 10010101 111001 111 0 111110 1011111 101010 10101 1011011 11111

Color Harmonies of #953907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953907

Black with #953907

Text Example


Text Example

White with #953907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953907; }

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

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

background-color css

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

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

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

border-color css

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

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

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