Html Css Color HEX #953A04 Saddle Brown

📋 copy color: '#953A04'

red 149 ◦ green 58 ◦ blue 4

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

Shades of Saddle Brown #953A04

Tints of Saddle Brown #953A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.49%

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

R = 70.62%
G = 27.49%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953A04 (or 0x953A04) is known color: Saddle Brown. HEX triplet: 95, 3A and 04. RGB value is (149,58,4). Sum of RGB (Red+Green+Blue) = 149+58+4=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #953A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A04 is #6AC5FB. Grayscale: #4F4F4F. Windows color (decimal): -6997500 or 277141. OLE color: 277141.

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

Color convert

RGB 149 58 4 -
CMYK 0 0.61 0.97 0.42
HSL 22.34º 0.95% 0.3% -
HSV(B) 22.34º 0.97% 0.58% -
XYZ 13.93 9.42 1.2 -
YUV 79.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 149 58 4 0 0.61 0.97 0.42 22.34 0.95 0.3
Hex 95 3A 4 0 3D 61 2A 16 5F 1E
Octal 225 72 4 0 75 141 52 26 137 36
Binary 10010101 111010 100 0 111101 1100001 101010 10110 1011111 11110

Color Harmonies of #953A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A04

Black with #953A04

Text Example


Text Example

White with #953A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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