Html Css Color HEX #944710 Saddle Brown

📋 copy color: '#944710'

red 148 ◦ green 71 ◦ blue 16

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

Shades of Saddle Brown #944710

Tints of Saddle Brown #944710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 62.98%
G = 30.21%
B = 6.81%

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

#944710 (or 0x944710) is known color: Saddle Brown. HEX triplet: 94, 47 and 10. RGB value is (148,71,16). Sum of RGB (Red+Green+Blue) = 148+71+16=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #944710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944710 is #6BB8EF. Grayscale: #585858. Windows color (decimal): -7059696 or 1066900. OLE color: 1066900.

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

Color convert

RGB 148 71 16 -
CMYK 0 0.52 0.89 0.42
HSL 25º 0.8% 0.32% -
HSV(B) 25º 0.89% 0.58% -
XYZ 14.56 10.84 1.82 -
YUV 87.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 148 71 16 0 0.52 0.89 0.42 25 0.8 0.32
Hex 94 47 10 0 34 59 2A 19 50 20
Octal 224 107 20 0 64 131 52 31 120 40
Binary 10010100 1000111 10000 0 110100 1011001 101010 11001 1010000 100000

Color Harmonies of #944710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944710

Black with #944710

Text Example


Text Example

White with #944710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944710; }

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

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

background-color css

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

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

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

border-color css

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

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

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