Html Css Color HEX #944609 Saddle Brown

📋 copy color: '#944609'

red 148 ◦ green 70 ◦ blue 9

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

Shades of Saddle Brown #944609

Tints of Saddle Brown #944609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 9 (3.91% from 255) = 3.96%

R = 65.2%
G = 30.84%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#944609 (or 0x944609) is known color: Saddle Brown. HEX triplet: 94, 46 and 09. RGB value is (148,70,9). Sum of RGB (Red+Green+Blue) = 148+70+9=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #944609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944609 is #6BB9F6. Grayscale: #565656. Windows color (decimal): -7059959 or 607892. OLE color: 607892.

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

Color convert

RGB 148 70 9 -
CMYK 0 0.53 0.94 0.42
HSL 26.33º 0.89% 0.31% -
HSV(B) 26.33º 0.94% 0.58% -
XYZ 14.45 10.7 1.56 -
YUV 86.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 148 70 9 0 0.53 0.94 0.42 26.33 0.89 0.31
Hex 94 46 9 0 35 5E 2A 1A 59 1F
Octal 224 106 11 0 65 136 52 32 131 37
Binary 10010100 1000110 1001 0 110101 1011110 101010 11010 1011001 11111

Color Harmonies of #944609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944609

Black with #944609

Text Example


Text Example

White with #944609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944609; }

 p { color: rgb(148,70,9); }

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

background-color css

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

 a { background-color: rgb(148,70,9); }

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

border-color css

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

 span { border-color: rgb(148,70,9); }

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