Html Css Color HEX #913714 Saddle Brown

📋 copy color: '#913714'

red 145 ◦ green 55 ◦ blue 20

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

Shades of Saddle Brown #913714

Tints of Saddle Brown #913714

RGB

 RED value IS 145 (57.03% from 255) = 65.91%

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

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

R = 65.91%
G = 25%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#913714 (or 0x913714) is known color: Saddle Brown. HEX triplet: 91, 37 and 14. RGB value is (145,55,20). Sum of RGB (Red+Green+Blue) = 145+55+20=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #913714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913714 is #6EC8EB. Grayscale: #4E4E4E. Windows color (decimal): -7260396 or 1324945. OLE color: 1324945.

HSL color Cylindrical-coordinate representation of color #913714: hue angle of 16.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #913714 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 20 -
CMYK 0 0.62 0.86 0.43
HSL 16.8º 0.76% 0.32% -
HSV(B) 16.8º 0.86% 0.57% -
XYZ 13.17 8.8 1.67 -
YUV 77.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 145 55 20 0 0.62 0.86 0.43 16.8 0.76 0.32
Hex 91 37 14 0 3E 56 2B 11 4C 20
Octal 221 67 24 0 76 126 53 21 114 40
Binary 10010001 110111 10100 0 111110 1010110 101011 10001 1001100 100000

Color Harmonies of #913714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913714

Black with #913714

Text Example


Text Example

White with #913714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913714; }

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

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

background-color css

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

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

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

border-color css

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

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

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