Html Css Color HEX #953904 Saddle Brown

📋 copy color: '#953904'

red 149 ◦ green 57 ◦ blue 4

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

Shades of Saddle Brown #953904

Tints of Saddle Brown #953904

RGB

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

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

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

R = 70.95%
G = 27.14%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953904 (or 0x953904) is known color: Saddle Brown. HEX triplet: 95, 39 and 04. RGB value is (149,57,4). Sum of RGB (Red+Green+Blue) = 149+57+4=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #953904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953904 is #6AC6FB. Grayscale: #4E4E4E. Windows color (decimal): -6997756 or 276885. OLE color: 276885.

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

Color convert

RGB 149 57 4 -
CMYK 0 0.62 0.97 0.42
HSL 21.93º 0.95% 0.3% -
HSV(B) 21.93º 0.97% 0.58% -
XYZ 13.88 9.32 1.18 -
YUV 78.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 149 57 4 0 0.62 0.97 0.42 21.93 0.95 0.3
Hex 95 39 4 0 3E 61 2A 16 5F 1E
Octal 225 71 4 0 76 141 52 26 137 36
Binary 10010101 111001 100 0 111110 1100001 101010 10110 1011111 11110

Color Harmonies of #953904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953904

Black with #953904

Text Example


Text Example

White with #953904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953904; }

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

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

background-color css

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

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

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

border-color css

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

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

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