Html Css Color HEX #953F05 Saddle Brown

📋 copy color: '#953F05'

red 149 ◦ green 63 ◦ blue 5

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

Shades of Saddle Brown #953F05

Tints of Saddle Brown #953F05

RGB

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

 GREEN value IS 63 (25% from 255) = 29.03%

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

R = 68.66%
G = 29.03%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#953F05 (or 0x953F05) is known color: Saddle Brown. HEX triplet: 95, 3F and 05. RGB value is (149,63,5). Sum of RGB (Red+Green+Blue) = 149+63+5=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #953F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F05 is #6AC0FA. Grayscale: #525252. Windows color (decimal): -6996219 or 343957. OLE color: 343957.

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

Color convert

RGB 149 63 5 -
CMYK 0 0.58 0.97 0.42
HSL 24.17º 0.94% 0.3% -
HSV(B) 24.17º 0.97% 0.58% -
XYZ 14.2 9.96 1.32 -
YUV 82.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 149 63 5 0 0.58 0.97 0.42 24.17 0.94 0.3
Hex 95 3F 5 0 3A 61 2A 18 5E 1E
Octal 225 77 5 0 72 141 52 30 136 36
Binary 10010101 111111 101 0 111010 1100001 101010 11000 1011110 11110

Color Harmonies of #953F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F05

Black with #953F05

Text Example


Text Example

White with #953F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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