Html Css Color HEX #944900 Saddle Brown

📋 copy color: '#944900'

red 148 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #944900

Tints of Saddle Brown #944900

RGB

 RED value IS 148 (58.2% from 255) = 66.97%

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

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

R = 66.97%
G = 33.03%
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

#944900 (or 0x944900) is known color: Saddle Brown. HEX triplet: 94, 49 and 00. RGB value is (148,73,0). Sum of RGB (Red+Green+Blue) = 148+73+0=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #944900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944900 is #6BB6FF. Grayscale: #575757. Windows color (decimal): -7059200 or 18836. OLE color: 18836.

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

Color convert

RGB 148 73 0 -
CMYK 0 0.51 1 0.42
HSL 29.59º 1% 0.29% -
HSV(B) 29.59º 1% 0.58% -
XYZ 14.6 11.06 1.37 -
YUV 87.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 148 73 0 0 0.51 1 0.42 29.59 1 0.29
Hex 94 49 0 0 33 64 2A 1E 64 1D
Octal 224 111 0 0 63 144 52 36 144 35
Binary 10010100 1001001 0 0 110011 1100100 101010 11110 1100100 11101

Color Harmonies of #944900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944900

Black with #944900

Text Example


Text Example

White with #944900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944900; }

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

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

background-color css

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

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

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

border-color css

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

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

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