Html Css Color HEX #954707 Saddle Brown

📋 copy color: '#954707'

red 149 ◦ green 71 ◦ blue 7

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

Shades of Saddle Brown #954707

Tints of Saddle Brown #954707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

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

R = 65.64%
G = 31.28%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#954707 (or 0x954707) is known color: Saddle Brown. HEX triplet: 95, 47 and 07. RGB value is (149,71,7). Sum of RGB (Red+Green+Blue) = 149+71+7=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #954707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954707 is #6AB8F8. Grayscale: #575757. Windows color (decimal): -6994169 or 477077. OLE color: 477077.

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

Color convert

RGB 149 71 7 -
CMYK 0 0.52 0.95 0.42
HSL 27.04º 0.91% 0.31% -
HSV(B) 27.04º 0.95% 0.58% -
XYZ 14.69 10.91 1.53 -
YUV 87.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 149 71 7 0 0.52 0.95 0.42 27.04 0.91 0.31
Hex 95 47 7 0 34 5F 2A 1B 5B 1F
Octal 225 107 7 0 64 137 52 33 133 37
Binary 10010101 1000111 111 0 110100 1011111 101010 11011 1011011 11111

Color Harmonies of #954707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954707

Black with #954707

Text Example


Text Example

White with #954707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954707; }

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

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

background-color css

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

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

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

border-color css

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

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

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