Html Css Color HEX #943A16 Saddle Brown

📋 copy color: '#943A16'

red 148 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #943A16

Tints of Saddle Brown #943A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 64.91%
G = 25.44%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#943A16 (or 0x943A16) is known color: Saddle Brown. HEX triplet: 94, 3A and 16. RGB value is (148,58,22). Sum of RGB (Red+Green+Blue) = 148+58+22=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #943A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943A16 is #6BC5E9. Grayscale: #515151. Windows color (decimal): -7063018 or 1456788. OLE color: 1456788.

HSL color Cylindrical-coordinate representation of color #943A16: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #943A16 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 58 22 -
CMYK 0 0.61 0.85 0.42
HSL 17.14º 0.74% 0.33% -
HSV(B) 17.14º 0.85% 0.58% -
XYZ 13.87 9.38 1.84 -
YUV 80.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 148 58 22 0 0.61 0.85 0.42 17.14 0.74 0.33
Hex 94 3A 16 0 3D 55 2A 11 4A 21
Octal 224 72 26 0 75 125 52 21 112 41
Binary 10010100 111010 10110 0 111101 1010101 101010 10001 1001010 100001

Color Harmonies of #943A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943A16

Black with #943A16

Text Example


Text Example

White with #943A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943A16; }

 p { color: rgb(148,58,22); }

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

background-color css

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

 a { background-color: rgb(148,58,22); }

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

border-color css

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

 span { border-color: rgb(148,58,22); }

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