Html Css Color HEX #915714 Golden Brown

📋 copy color: '#915714'

red 145 ◦ green 87 ◦ blue 20

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

Shades of Golden Brown #915714

Tints of Golden Brown #915714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

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

R = 57.54%
G = 34.52%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915714 (or 0x915714) is known color: Golden Brown. HEX triplet: 91, 57 and 14. RGB value is (145,87,20). Sum of RGB (Red+Green+Blue) = 145+87+20=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #915714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915714 is #6EA8EB. Grayscale: #616161. Windows color (decimal): -7252204 or 1333137. OLE color: 1333137.

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

Color convert

RGB 145 87 20 -
CMYK 0 0.4 0.86 0.43
HSL 32.16º 0.76% 0.32% -
HSV(B) 32.16º 0.86% 0.57% -
XYZ 15.21 12.89 2.35 -
YUV 96.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 145 87 20 0 0.4 0.86 0.43 32.16 0.76 0.32
Hex 91 57 14 0 28 56 2B 20 4C 20
Octal 221 127 24 0 50 126 53 40 114 40
Binary 10010001 1010111 10100 0 101000 1010110 101011 100000 1001100 100000

Color Harmonies of #915714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915714

Black with #915714

Text Example


Text Example

White with #915714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915714; }

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

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

background-color css

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

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

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

border-color css

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

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

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