Html Css Color HEX #944901 Saddle Brown

📋 copy color: '#944901'

red 148 ◦ green 73 ◦ blue 1

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

Shades of Saddle Brown #944901

Tints of Saddle Brown #944901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 66.67%
G = 32.88%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#944901 (or 0x944901) is known color: Saddle Brown. HEX triplet: 94, 49 and 01. RGB value is (148,73,1). Sum of RGB (Red+Green+Blue) = 148+73+1=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #944901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944901 is #6BB6FE. Grayscale: #575757. Windows color (decimal): -7059199 or 84372. OLE color: 84372.

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

Color convert

RGB 148 73 1 -
CMYK 0 0.51 0.99 0.42
HSL 29.39º 0.99% 0.29% -
HSV(B) 29.39º 0.99% 0.58% -
XYZ 14.6 11.06 1.39 -
YUV 87.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 148 73 1 0 0.51 0.99 0.42 29.39 0.99 0.29
Hex 94 49 1 0 33 63 2A 1D 63 1D
Octal 224 111 1 0 63 143 52 35 143 35
Binary 10010100 1001001 1 0 110011 1100011 101010 11101 1100011 11101

Color Harmonies of #944901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944901

Black with #944901

Text Example


Text Example

White with #944901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944901; }

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

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

background-color css

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

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

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

border-color css

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

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

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