Html Css Color HEX #943411 Saddle Brown

📋 copy color: '#943411'

red 148 ◦ green 52 ◦ blue 17

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

Shades of Saddle Brown #943411

Tints of Saddle Brown #943411

RGB

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

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

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

R = 68.2%
G = 23.96%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#943411 (or 0x943411) is known color: Saddle Brown. HEX triplet: 94, 34 and 11. RGB value is (148,52,17). Sum of RGB (Red+Green+Blue) = 148+52+17=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #943411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943411 is #6BCBEE. Grayscale: #4C4C4C. Windows color (decimal): -7064559 or 1127572. OLE color: 1127572.

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

Color convert

RGB 148 52 17 -
CMYK 0 0.65 0.89 0.42
HSL 16.03º 0.79% 0.32% -
HSV(B) 16.03º 0.89% 0.58% -
XYZ 13.54 8.79 1.51 -
YUV 76.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 148 52 17 0 0.65 0.89 0.42 16.03 0.79 0.32
Hex 94 34 11 0 41 59 2A 10 4F 20
Octal 224 64 21 0 101 131 52 20 117 40
Binary 10010100 110100 10001 0 1000001 1011001 101010 10000 1001111 100000

Color Harmonies of #943411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943411

Black with #943411

Text Example


Text Example

White with #943411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943411; }

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

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

background-color css

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

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

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

border-color css

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

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

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