Html Css Color HEX #944400 Saddle Brown

📋 copy color: '#944400'

red 148 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #944400

Tints of Saddle Brown #944400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 68.52%
G = 31.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#944400 (or 0x944400) is known color: Saddle Brown. HEX triplet: 94, 44 and 00. RGB value is (148,68,0). Sum of RGB (Red+Green+Blue) = 148+68+0=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #944400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944400 is #6BBBFF. Grayscale: #545454. Windows color (decimal): -7060480 or 17556. OLE color: 17556.

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

Color convert

RGB 148 68 0 -
CMYK 0 0.54 1 0.42
HSL 27.57º 1% 0.29% -
HSV(B) 27.57º 1% 0.58% -
XYZ 14.28 10.43 1.26 -
YUV 84.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 148 68 0 0 0.54 1 0.42 27.57 1 0.29
Hex 94 44 0 0 36 64 2A 1C 64 1D
Octal 224 104 0 0 66 144 52 34 144 35
Binary 10010100 1000100 0 0 110110 1100100 101010 11100 1100100 11101

Color Harmonies of #944400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944400

Black with #944400

Text Example


Text Example

White with #944400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944400; }

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

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

background-color css

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

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

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

border-color css

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

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

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