Html Css Color HEX #943409 Saddle Brown

📋 copy color: '#943409'

red 148 ◦ green 52 ◦ blue 9

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

Shades of Saddle Brown #943409

Tints of Saddle Brown #943409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

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

R = 70.81%
G = 24.88%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#943409 (or 0x943409) is known color: Saddle Brown. HEX triplet: 94, 34 and 09. RGB value is (148,52,9). Sum of RGB (Red+Green+Blue) = 148+52+9=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #943409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943409 is #6BCBF6. Grayscale: #4C4C4C. Windows color (decimal): -7064567 or 603284. OLE color: 603284.

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

Color convert

RGB 148 52 9 -
CMYK 0 0.65 0.94 0.42
HSL 18.56º 0.89% 0.31% -
HSV(B) 18.56º 0.94% 0.58% -
XYZ 13.49 8.77 1.24 -
YUV 75.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 148 52 9 0 0.65 0.94 0.42 18.56 0.89 0.31
Hex 94 34 9 0 41 5E 2A 13 59 1F
Octal 224 64 11 0 101 136 52 23 131 37
Binary 10010100 110100 1001 0 1000001 1011110 101010 10011 1011001 11111

Color Harmonies of #943409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943409

Black with #943409

Text Example


Text Example

White with #943409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943409; }

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

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

background-color css

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

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

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

border-color css

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

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

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