Html Css Color HEX #954505 Saddle Brown

📋 copy color: '#954505'

red 149 ◦ green 69 ◦ blue 5

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

Shades of Saddle Brown #954505

Tints of Saddle Brown #954505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 66.82%
G = 30.94%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#954505 (or 0x954505) is known color: Saddle Brown. HEX triplet: 95, 45 and 05. RGB value is (149,69,5). Sum of RGB (Red+Green+Blue) = 149+69+5=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #954505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954505 is #6ABAFA. Grayscale: #555555. Windows color (decimal): -6994683 or 345493. OLE color: 345493.

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

Color convert

RGB 149 69 5 -
CMYK 0 0.54 0.97 0.42
HSL 26.67º 0.94% 0.3% -
HSV(B) 26.67º 0.97% 0.58% -
XYZ 14.55 10.66 1.43 -
YUV 85.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 149 69 5 0 0.54 0.97 0.42 26.67 0.94 0.3
Hex 95 45 5 0 36 61 2A 1B 5E 1E
Octal 225 105 5 0 66 141 52 33 136 36
Binary 10010101 1000101 101 0 110110 1100001 101010 11011 1011110 11110

Color Harmonies of #954505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954505

Black with #954505

Text Example


Text Example

White with #954505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954505; }

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

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

background-color css

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

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

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

border-color css

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

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

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