Html Css Color HEX #943C15 Saddle Brown

📋 copy color: '#943C15'

red 148 ◦ green 60 ◦ blue 21

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

Shades of Saddle Brown #943C15

Tints of Saddle Brown #943C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.2%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 64.63%
G = 26.2%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943C15 (or 0x943C15) is known color: Saddle Brown. HEX triplet: 94, 3C and 15. RGB value is (148,60,21). Sum of RGB (Red+Green+Blue) = 148+60+21=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #943C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943C15 is #6BC3EA. Grayscale: #525252. Windows color (decimal): -7062507 or 1391764. OLE color: 1391764.

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

Color convert

RGB 148 60 21 -
CMYK 0 0.59 0.86 0.42
HSL 18.43º 0.75% 0.33% -
HSV(B) 18.43º 0.86% 0.58% -
XYZ 13.96 9.58 1.82 -
YUV 81.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 148 60 21 0 0.59 0.86 0.42 18.43 0.75 0.33
Hex 94 3C 15 0 3B 56 2A 12 4B 21
Octal 224 74 25 0 73 126 52 22 113 41
Binary 10010100 111100 10101 0 111011 1010110 101010 10010 1001011 100001

Color Harmonies of #943C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943C15

Black with #943C15

Text Example


Text Example

White with #943C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,60,21); }

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

background-color css

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

 a { background-color: rgb(148,60,21); }

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

border-color css

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

 span { border-color: rgb(148,60,21); }

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