Html Css Color HEX #954105 Saddle Brown

📋 copy color: '#954105'

red 149 ◦ green 65 ◦ blue 5

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

Shades of Saddle Brown #954105

Tints of Saddle Brown #954105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

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

R = 68.04%
G = 29.68%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#954105 (or 0x954105) is known color: Saddle Brown. HEX triplet: 95, 41 and 05. RGB value is (149,65,5). Sum of RGB (Red+Green+Blue) = 149+65+5=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #954105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954105 is #6ABEFA. Grayscale: #535353. Windows color (decimal): -6995707 or 344469. OLE color: 344469.

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

Color convert

RGB 149 65 5 -
CMYK 0 0.56 0.97 0.42
HSL 25º 0.94% 0.3% -
HSV(B) 25º 0.97% 0.58% -
XYZ 14.31 10.18 1.35 -
YUV 83.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 149 65 5 0 0.56 0.97 0.42 25 0.94 0.3
Hex 95 41 5 0 38 61 2A 19 5E 1E
Octal 225 101 5 0 70 141 52 31 136 36
Binary 10010101 1000001 101 0 111000 1100001 101010 11001 1011110 11110

Color Harmonies of #954105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954105

Black with #954105

Text Example


Text Example

White with #954105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954105; }

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

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

background-color css

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

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

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

border-color css

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

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

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