Html Css Color HEX #944701 Saddle Brown

📋 copy color: '#944701'

red 148 ◦ green 71 ◦ blue 1

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

Shades of Saddle Brown #944701

Tints of Saddle Brown #944701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

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

R = 67.27%
G = 32.27%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#944701 (or 0x944701) is known color: Saddle Brown. HEX triplet: 94, 47 and 01. RGB value is (148,71,1). Sum of RGB (Red+Green+Blue) = 148+71+1=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #944701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944701 is #6BB8FE. Grayscale: #565656. Windows color (decimal): -7059711 or 83860. OLE color: 83860.

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

Color convert

RGB 148 71 1 -
CMYK 0 0.52 0.99 0.42
HSL 28.57º 0.99% 0.29% -
HSV(B) 28.57º 0.99% 0.58% -
XYZ 14.47 10.8 1.35 -
YUV 86.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 148 71 1 0 0.52 0.99 0.42 28.57 0.99 0.29
Hex 94 47 1 0 34 63 2A 1D 63 1D
Octal 224 107 1 0 64 143 52 35 143 35
Binary 10010100 1000111 1 0 110100 1100011 101010 11101 1100011 11101

Color Harmonies of #944701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944701

Black with #944701

Text Example


Text Example

White with #944701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944701; }

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

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

background-color css

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

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

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

border-color css

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

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

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