Html Css Color HEX #944711 Saddle Brown

📋 copy color: '#944711'

red 148 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #944711

Tints of Saddle Brown #944711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 62.71%
G = 30.08%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#944711 (or 0x944711) is known color: Saddle Brown. HEX triplet: 94, 47 and 11. RGB value is (148,71,17). Sum of RGB (Red+Green+Blue) = 148+71+17=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #944711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944711 is #6BB8EE. Grayscale: #585858. Windows color (decimal): -7059695 or 1132436. OLE color: 1132436.

HSL color Cylindrical-coordinate representation of color #944711: hue angle of 24.73º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944711 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 17 -
CMYK 0 0.52 0.89 0.42
HSL 24.73º 0.79% 0.32% -
HSV(B) 24.73º 0.89% 0.58% -
XYZ 14.57 10.84 1.86 -
YUV 87.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 148 71 17 0 0.52 0.89 0.42 24.73 0.79 0.32
Hex 94 47 11 0 34 59 2A 19 4F 20
Octal 224 107 21 0 64 131 52 31 117 40
Binary 10010100 1000111 10001 0 110100 1011001 101010 11001 1001111 100000

Color Harmonies of #944711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944711

Black with #944711

Text Example


Text Example

White with #944711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944711; }

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

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

background-color css

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

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

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

border-color css

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

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

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