Html Css Color HEX #915514 Saddle Brown

📋 copy color: '#915514'

red 145 ◦ green 85 ◦ blue 20

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

Shades of Saddle Brown #915514

Tints of Saddle Brown #915514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 58%
G = 34%
B = 8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915514 (or 0x915514) is known color: Saddle Brown. HEX triplet: 91, 55 and 14. RGB value is (145,85,20). Sum of RGB (Red+Green+Blue) = 145+85+20=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #915514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915514 is #6EAAEB. Grayscale: #5F5F5F. Windows color (decimal): -7252716 or 1332625. OLE color: 1332625.

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

Color convert

RGB 145 85 20 -
CMYK 0 0.41 0.86 0.43
HSL 31.2º 0.76% 0.32% -
HSV(B) 31.2º 0.86% 0.57% -
XYZ 15.05 12.57 2.29 -
YUV 95.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 145 85 20 0 0.41 0.86 0.43 31.2 0.76 0.32
Hex 91 55 14 0 29 56 2B 1F 4C 20
Octal 221 125 24 0 51 126 53 37 114 40
Binary 10010001 1010101 10100 0 101001 1010110 101011 11111 1001100 100000

Color Harmonies of #915514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915514

Black with #915514

Text Example


Text Example

White with #915514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915514; }

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

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

background-color css

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

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

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

border-color css

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

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

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