Html Css Color HEX #943814 Saddle Brown

📋 copy color: '#943814'

red 148 ◦ green 56 ◦ blue 20

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

Shades of Saddle Brown #943814

Tints of Saddle Brown #943814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

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

R = 66.07%
G = 25%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943814 (or 0x943814) is known color: Saddle Brown. HEX triplet: 94, 38 and 14. RGB value is (148,56,20). Sum of RGB (Red+Green+Blue) = 148+56+20=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #943814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943814 is #6BC7EB. Grayscale: #4F4F4F. Windows color (decimal): -7063532 or 1325204. OLE color: 1325204.

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

Color convert

RGB 148 56 20 -
CMYK 0 0.62 0.86 0.42
HSL 16.88º 0.76% 0.33% -
HSV(B) 16.88º 0.86% 0.58% -
XYZ 13.75 9.17 1.71 -
YUV 79.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 148 56 20 0 0.62 0.86 0.42 16.88 0.76 0.33
Hex 94 38 14 0 3E 56 2A 11 4C 21
Octal 224 70 24 0 76 126 52 21 114 41
Binary 10010100 111000 10100 0 111110 1010110 101010 10001 1001100 100001

Color Harmonies of #943814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943814

Black with #943814

Text Example


Text Example

White with #943814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943814; }

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

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

background-color css

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

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

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

border-color css

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

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

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