Html Css Color HEX #943714 Saddle Brown

📋 copy color: '#943714'

red 148 ◦ green 55 ◦ blue 20

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

Shades of Saddle Brown #943714

Tints of Saddle Brown #943714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 66.37%
G = 24.66%
B = 8.97%

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

#943714 (or 0x943714) is known color: Saddle Brown. HEX triplet: 94, 37 and 14. RGB value is (148,55,20). Sum of RGB (Red+Green+Blue) = 148+55+20=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #943714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943714 is #6BC8EB. Grayscale: #4F4F4F. Windows color (decimal): -7063788 or 1324948. OLE color: 1324948.

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

Color convert

RGB 148 55 20 -
CMYK 0 0.63 0.86 0.42
HSL 16.41º 0.76% 0.33% -
HSV(B) 16.41º 0.86% 0.58% -
XYZ 13.71 9.08 1.69 -
YUV 78.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 148 55 20 0 0.63 0.86 0.42 16.41 0.76 0.33
Hex 94 37 14 0 3F 56 2A 10 4C 21
Octal 224 67 24 0 77 126 52 20 114 41
Binary 10010100 110111 10100 0 111111 1010110 101010 10000 1001100 100001

Color Harmonies of #943714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943714

Black with #943714

Text Example


Text Example

White with #943714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943714; }

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

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

background-color css

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

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

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

border-color css

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

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

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