Html Css Color HEX #953C05 Saddle Brown

📋 copy color: '#953C05'

red 149 ◦ green 60 ◦ blue 5

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

Shades of Saddle Brown #953C05

Tints of Saddle Brown #953C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

 BLUE value IS 5 (2.34% from 255) = 2.34%

R = 69.63%
G = 28.04%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953C05 (or 0x953C05) is known color: Saddle Brown. HEX triplet: 95, 3C and 05. RGB value is (149,60,5). Sum of RGB (Red+Green+Blue) = 149+60+5=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #953C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C05 is #6AC3FA. Grayscale: #505050. Windows color (decimal): -6996987 or 343189. OLE color: 343189.

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

Color convert

RGB 149 60 5 -
CMYK 0 0.60 0.97 0.42
HSL 22.92º 0.94% 0.3% -
HSV(B) 22.92º 0.97% 0.58% -
XYZ 14.04 9.63 1.26 -
YUV 80.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 149 60 5 0 0.60 0.97 0.42 22.92 0.94 0.3
Hex 95 3C 5 0 3C 61 2A 17 5E 1E
Octal 225 74 5 0 74 141 52 27 136 36
Binary 10010101 111100 101 0 111100 1100001 101010 10111 1011110 11110

Color Harmonies of #953C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C05

Black with #953C05

Text Example


Text Example

White with #953C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,5); }

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

background-color css

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

 a { background-color: rgb(149,60,5); }

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

border-color css

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

 span { border-color: rgb(149,60,5); }

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