Html Css Color HEX #934D19 Saddle Brown

📋 copy color: '#934D19'

red 147 ◦ green 77 ◦ blue 25

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

Shades of Saddle Brown #934D19

Tints of Saddle Brown #934D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 59.04%
G = 30.92%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#934D19 (or 0x934D19) is known color: Saddle Brown. HEX triplet: 93, 4D and 19. RGB value is (147,77,25). Sum of RGB (Red+Green+Blue) = 147+77+25=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #934D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934D19 is #6CB2E6. Grayscale: #5C5C5C. Windows color (decimal): -7123687 or 1658259. OLE color: 1658259.

HSL color Cylindrical-coordinate representation of color #934D19: hue angle of 25.57º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #934D19 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 77 25 -
CMYK 0 0.48 0.83 0.42
HSL 25.57º 0.71% 0.34% -
HSV(B) 25.57º 0.83% 0.58% -
XYZ 14.86 11.58 2.37 -
YUV 92 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 147 77 25 0 0.48 0.83 0.42 25.57 0.71 0.34
Hex 93 4D 19 0 30 53 2A 1A 47 22
Octal 223 115 31 0 60 123 52 32 107 42
Binary 10010011 1001101 11001 0 110000 1010011 101010 11010 1000111 100010

Color Harmonies of #934D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934D19

Black with #934D19

Text Example


Text Example

White with #934D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,77,25); }

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

background-color css

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

 a { background-color: rgb(147,77,25); }

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

border-color css

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

 span { border-color: rgb(147,77,25); }

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