Html Css Color HEX #954504 Saddle Brown

📋 copy color: '#954504'

red 149 ◦ green 69 ◦ blue 4

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

Shades of Saddle Brown #954504

Tints of Saddle Brown #954504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 67.12%
G = 31.08%
B = 1.8%

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

#954504 (or 0x954504) is known color: Saddle Brown. HEX triplet: 95, 45 and 04. RGB value is (149,69,4). Sum of RGB (Red+Green+Blue) = 149+69+4=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954504 is #6ABAFB. Grayscale: #555555. Windows color (decimal): -6994684 or 279957. OLE color: 279957.

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

Color convert

RGB 149 69 4 -
CMYK 0 0.54 0.97 0.42
HSL 26.9º 0.95% 0.3% -
HSV(B) 26.9º 0.97% 0.58% -
XYZ 14.54 10.65 1.4 -
YUV 85.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 149 69 4 0 0.54 0.97 0.42 26.9 0.95 0.3
Hex 95 45 4 0 36 61 2A 1B 5F 1E
Octal 225 105 4 0 66 141 52 33 137 36
Binary 10010101 1000101 100 0 110110 1100001 101010 11011 1011111 11110

Color Harmonies of #954504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954504

Black with #954504

Text Example


Text Example

White with #954504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954504; }

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

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

background-color css

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

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

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

border-color css

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

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

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