Html Css Color HEX #944801 Saddle Brown

📋 copy color: '#944801'

red 148 ◦ green 72 ◦ blue 1

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

Shades of Saddle Brown #944801

Tints of Saddle Brown #944801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

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

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

#944801 (or 0x944801) is known color: Saddle Brown. HEX triplet: 94, 48 and 01. RGB value is (148,72,1). Sum of RGB (Red+Green+Blue) = 148+72+1=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #944801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944801 is #6BB7FE. Grayscale: #565656. Windows color (decimal): -7059455 or 84116. OLE color: 84116.

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

Color convert

RGB 148 72 1 -
CMYK 0 0.51 0.99 0.42
HSL 28.98º 0.99% 0.29% -
HSV(B) 28.98º 0.99% 0.58% -
XYZ 14.54 10.93 1.37 -
YUV 86.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 148 72 1 0 0.51 0.99 0.42 28.98 0.99 0.29
Hex 94 48 1 0 33 63 2A 1D 63 1D
Octal 224 110 1 0 63 143 52 35 143 35
Binary 10010100 1001000 1 0 110011 1100011 101010 11101 1100011 11101

Color Harmonies of #944801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944801

Black with #944801

Text Example


Text Example

White with #944801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944801; }

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

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

background-color css

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

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

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

border-color css

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

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

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