Html Css Color HEX #916319 Golden Brown

📋 copy color: '#916319'

red 145 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #916319

Tints of Golden Brown #916319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 53.9%
G = 36.8%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#916319 (or 0x916319) is known color: Golden Brown. HEX triplet: 91, 63 and 19. RGB value is (145,99,25). Sum of RGB (Red+Green+Blue) = 145+99+25=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #916319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916319 is #6E9CE6. Grayscale: #686868. Windows color (decimal): -7249127 or 1663889. OLE color: 1663889.

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

Color convert

RGB 145 99 25 -
CMYK 0 0.32 0.83 0.43
HSL 37º 0.71% 0.33% -
HSV(B) 37º 0.83% 0.57% -
XYZ 16.31 15.01 2.96 -
YUV 104.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 145 99 25 0 0.32 0.83 0.43 37 0.71 0.33
Hex 91 63 19 0 20 53 2B 25 47 21
Octal 221 143 31 0 40 123 53 45 107 41
Binary 10010001 1100011 11001 0 100000 1010011 101011 100101 1000111 100001

Color Harmonies of #916319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916319

Black with #916319

Text Example


Text Example

White with #916319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916319; }

 p { color: rgb(145,99,25); }

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

background-color css

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

 a { background-color: rgb(145,99,25); }

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

border-color css

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

 span { border-color: rgb(145,99,25); }

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