Html Css Color HEX #943715 Saddle Brown

📋 copy color: '#943715'

red 148 ◦ green 55 ◦ blue 21

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

Shades of Saddle Brown #943715

Tints of Saddle Brown #943715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.55%

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

R = 66.07%
G = 24.55%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943715 (or 0x943715) is known color: Saddle Brown. HEX triplet: 94, 37 and 15. RGB value is (148,55,21). Sum of RGB (Red+Green+Blue) = 148+55+21=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #943715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943715 is #6BC8EA. Grayscale: #4F4F4F. Windows color (decimal): -7063787 or 1390484. OLE color: 1390484.

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

Color convert

RGB 148 55 21 -
CMYK 0 0.63 0.86 0.42
HSL 16.06º 0.75% 0.33% -
HSV(B) 16.06º 0.86% 0.58% -
XYZ 13.71 9.08 1.74 -
YUV 78.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 148 55 21 0 0.63 0.86 0.42 16.06 0.75 0.33
Hex 94 37 15 0 3F 56 2A 10 4B 21
Octal 224 67 25 0 77 126 52 20 113 41
Binary 10010100 110111 10101 0 111111 1010110 101010 10000 1001011 100001

Color Harmonies of #943715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943715

Black with #943715

Text Example


Text Example

White with #943715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943715; }

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

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

background-color css

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

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

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

border-color css

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

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

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