Html Css Color HEX #945309 Saddle Brown

📋 copy color: '#945309'

red 148 ◦ green 83 ◦ blue 9

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

Shades of Saddle Brown #945309

Tints of Saddle Brown #945309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

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

R = 61.67%
G = 34.58%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#945309 (or 0x945309) is known color: Saddle Brown. HEX triplet: 94, 53 and 09. RGB value is (148,83,9). Sum of RGB (Red+Green+Blue) = 148+83+9=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #945309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945309 is #6BACF6. Grayscale: #5E5E5E. Windows color (decimal): -7056631 or 611220. OLE color: 611220.

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

Color convert

RGB 148 83 9 -
CMYK 0 0.44 0.94 0.42
HSL 31.94º 0.89% 0.31% -
HSV(B) 31.94º 0.94% 0.58% -
XYZ 15.36 12.5 1.86 -
YUV 94 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 148 83 9 0 0.44 0.94 0.42 31.94 0.89 0.31
Hex 94 53 9 0 2C 5E 2A 20 59 1F
Octal 224 123 11 0 54 136 52 40 131 37
Binary 10010100 1010011 1001 0 101100 1011110 101010 100000 1011001 11111

Color Harmonies of #945309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945309

Black with #945309

Text Example


Text Example

White with #945309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945309; }

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

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

background-color css

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

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

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

border-color css

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

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

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