Html Css Color HEX #953A06 Saddle Brown

📋 copy color: '#953A06'

red 149 ◦ green 58 ◦ blue 6

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

Shades of Saddle Brown #953A06

Tints of Saddle Brown #953A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.82%

R = 69.95%
G = 27.23%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#953A06 (or 0x953A06) is known color: Saddle Brown. HEX triplet: 95, 3A and 06. RGB value is (149,58,6). Sum of RGB (Red+Green+Blue) = 149+58+6=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #953A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A06 is #6AC5F9. Grayscale: #4F4F4F. Windows color (decimal): -6997498 or 408213. OLE color: 408213.

HSL color Cylindrical-coordinate representation of color #953A06: hue angle of 21.82º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953A06 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 6 -
CMYK 0 0.61 0.96 0.42
HSL 21.82º 0.92% 0.3% -
HSV(B) 21.82º 0.96% 0.58% -
XYZ 13.94 9.43 1.26 -
YUV 79.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 149 58 6 0 0.61 0.96 0.42 21.82 0.92 0.3
Hex 95 3A 6 0 3D 60 2A 16 5C 1E
Octal 225 72 6 0 75 140 52 26 134 36
Binary 10010101 111010 110 0 111101 1100000 101010 10110 1011100 11110

Color Harmonies of #953A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A06

Black with #953A06

Text Example


Text Example

White with #953A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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