Html Css Color HEX #943009 Saddle Brown

📋 copy color: '#943009'

red 148 ◦ green 48 ◦ blue 9

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

Shades of Saddle Brown #943009

Tints of Saddle Brown #943009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 72.2%
G = 23.41%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#943009 (or 0x943009) is known color: Saddle Brown. HEX triplet: 94, 30 and 09. RGB value is (148,48,9). Sum of RGB (Red+Green+Blue) = 148+48+9=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #943009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943009 is #6BCFF6. Grayscale: #494949. Windows color (decimal): -7065591 or 602260. OLE color: 602260.

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

Color convert

RGB 148 48 9 -
CMYK 0 0.68 0.94 0.42
HSL 16.83º 0.89% 0.31% -
HSV(B) 16.83º 0.94% 0.58% -
XYZ 13.32 8.43 1.18 -
YUV 73.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 148 48 9 0 0.68 0.94 0.42 16.83 0.89 0.31
Hex 94 30 9 0 44 5E 2A 11 59 1F
Octal 224 60 11 0 104 136 52 21 131 37
Binary 10010100 110000 1001 0 1000100 1011110 101010 10001 1011001 11111

Color Harmonies of #943009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943009

Black with #943009

Text Example


Text Example

White with #943009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943009; }

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

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

background-color css

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

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

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

border-color css

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

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

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