Html Css Color HEX #953E05 Saddle Brown

📋 copy color: '#953E05'

red 149 ◦ green 62 ◦ blue 5

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

Shades of Saddle Brown #953E05

Tints of Saddle Brown #953E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.7%

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

R = 68.98%
G = 28.7%
B = 2.31%

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

#953E05 (or 0x953E05) is known color: Saddle Brown. HEX triplet: 95, 3E and 05. RGB value is (149,62,5). Sum of RGB (Red+Green+Blue) = 149+62+5=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #953E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E05 is #6AC1FA. Grayscale: #515151. Windows color (decimal): -6996475 or 343701. OLE color: 343701.

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

Color convert

RGB 149 62 5 -
CMYK 0 0.58 0.97 0.42
HSL 23.75º 0.94% 0.3% -
HSV(B) 23.75º 0.97% 0.58% -
XYZ 14.14 9.85 1.3 -
YUV 81.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 149 62 5 0 0.58 0.97 0.42 23.75 0.94 0.3
Hex 95 3E 5 0 3A 61 2A 18 5E 1E
Octal 225 76 5 0 72 141 52 30 136 36
Binary 10010101 111110 101 0 111010 1100001 101010 11000 1011110 11110

Color Harmonies of #953E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E05

Black with #953E05

Text Example


Text Example

White with #953E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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