Html Css Color HEX #934A14 Saddle Brown

📋 copy color: '#934A14'

red 147 ◦ green 74 ◦ blue 20

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

Shades of Saddle Brown #934A14

Tints of Saddle Brown #934A14

RGB

 RED value IS 147 (57.81% from 255) = 61%

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 61%
G = 30.71%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#934A14 (or 0x934A14) is known color: Saddle Brown. HEX triplet: 93, 4A and 14. RGB value is (147,74,20). Sum of RGB (Red+Green+Blue) = 147+74+20=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #934A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934A14 is #6CB5EB. Grayscale: #595959. Windows color (decimal): -7124460 or 1329811. OLE color: 1329811.

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

Color convert

RGB 147 74 20 -
CMYK 0 0.50 0.86 0.42
HSL 25.51º 0.76% 0.33% -
HSV(B) 25.51º 0.86% 0.58% -
XYZ 14.61 11.15 2.04 -
YUV 89.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 147 74 20 0 0.50 0.86 0.42 25.51 0.76 0.33
Hex 93 4A 14 0 32 56 2A 1A 4C 21
Octal 223 112 24 0 62 126 52 32 114 41
Binary 10010011 1001010 10100 0 110010 1010110 101010 11010 1001100 100001

Color Harmonies of #934A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934A14

Black with #934A14

Text Example


Text Example

White with #934A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934A14; }

 p { color: rgb(147,74,20); }

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

background-color css

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

 a { background-color: rgb(147,74,20); }

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

border-color css

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

 span { border-color: rgb(147,74,20); }

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