Html Css Color HEX #953704 Saddle Brown

📋 copy color: '#953704'

red 149 ◦ green 55 ◦ blue 4

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

Shades of Saddle Brown #953704

Tints of Saddle Brown #953704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 71.63%
G = 26.44%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953704 (or 0x953704) is known color: Saddle Brown. HEX triplet: 95, 37 and 04. RGB value is (149,55,4). Sum of RGB (Red+Green+Blue) = 149+55+4=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #953704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953704 is #6AC8FB. Grayscale: #4D4D4D. Windows color (decimal): -6998268 or 276373. OLE color: 276373.

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

Color convert

RGB 149 55 4 -
CMYK 0 0.63 0.97 0.42
HSL 21.1º 0.95% 0.3% -
HSV(B) 21.1º 0.97% 0.58% -
XYZ 13.78 9.13 1.15 -
YUV 77.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 149 55 4 0 0.63 0.97 0.42 21.1 0.95 0.3
Hex 95 37 4 0 3F 61 2A 15 5F 1E
Octal 225 67 4 0 77 141 52 25 137 36
Binary 10010101 110111 100 0 111111 1100001 101010 10101 1011111 11110

Color Harmonies of #953704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953704

Black with #953704

Text Example


Text Example

White with #953704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953704; }

 p { color: rgb(149,55,4); }

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

background-color css

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

 a { background-color: rgb(149,55,4); }

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

border-color css

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

 span { border-color: rgb(149,55,4); }

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