Html Css Color HEX #954900 Saddle Brown

📋 copy color: '#954900'

red 149 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #954900

Tints of Saddle Brown #954900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.12%
G = 32.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954900 (or 0x954900) is known color: Saddle Brown. HEX triplet: 95, 49 and 00. RGB value is (149,73,0). Sum of RGB (Red+Green+Blue) = 149+73+0=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954900 is #6AB6FF. Grayscale: #575757. Windows color (decimal): -6993664 or 18837. OLE color: 18837.

HSL color Cylindrical-coordinate representation of color #954900: hue angle of 29.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #954900 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 0 -
CMYK 0 0.51 1 0.42
HSL 29.4º 1% 0.29% -
HSV(B) 29.4º 1% 0.58% -
XYZ 14.78 11.15 1.37 -
YUV 87.4 78.68 171.94 -
System Red Green Blue C M Y K H S L
Decimal 149 73 0 0 0.51 1 0.42 29.4 1 0.29
Hex 95 49 0 0 33 64 2A 1D 64 1D
Octal 225 111 0 0 63 144 52 35 144 35
Binary 10010101 1001001 0 0 110011 1100100 101010 11101 1100100 11101

Color Harmonies of #954900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954900

Black with #954900

Text Example


Text Example

White with #954900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954900; }

 p { color: rgb(149,73,0); }

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

background-color css

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

 a { background-color: rgb(149,73,0); }

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

border-color css

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

 span { border-color: rgb(149,73,0); }

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