Html Css Color HEX #915314 Saddle Brown

📋 copy color: '#915314'

red 145 ◦ green 83 ◦ blue 20

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

Shades of Saddle Brown #915314

Tints of Saddle Brown #915314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 58.47%
G = 33.47%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915314 (or 0x915314) is known color: Saddle Brown. HEX triplet: 91, 53 and 14. RGB value is (145,83,20). Sum of RGB (Red+Green+Blue) = 145+83+20=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #915314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915314 is #6EACEB. Grayscale: #5E5E5E. Windows color (decimal): -7253228 or 1332113. OLE color: 1332113.

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

Color convert

RGB 145 83 20 -
CMYK 0 0.43 0.86 0.43
HSL 30.24º 0.76% 0.32% -
HSV(B) 30.24º 0.86% 0.57% -
XYZ 14.9 12.26 2.24 -
YUV 94.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 145 83 20 0 0.43 0.86 0.43 30.24 0.76 0.32
Hex 91 53 14 0 2B 56 2B 1E 4C 20
Octal 221 123 24 0 53 126 53 36 114 40
Binary 10010001 1010011 10100 0 101011 1010110 101011 11110 1001100 100000

Color Harmonies of #915314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915314

Black with #915314

Text Example


Text Example

White with #915314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915314; }

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

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

background-color css

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

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

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

border-color css

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

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

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