Html Css Color HEX #916719 Golden Brown

📋 copy color: '#916719'

red 145 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #916719

Tints of Golden Brown #916719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

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

R = 53.11%
G = 37.73%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#916719 (or 0x916719) is known color: Golden Brown. HEX triplet: 91, 67 and 19. RGB value is (145,103,25). Sum of RGB (Red+Green+Blue) = 145+103+25=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #916719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916719 is #6E98E6. Grayscale: #6B6B6B. Windows color (decimal): -7248103 or 1664913. OLE color: 1664913.

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

Color convert

RGB 145 103 25 -
CMYK 0 0.29 0.83 0.43
HSL 39º 0.71% 0.33% -
HSV(B) 39º 0.83% 0.57% -
XYZ 16.7 15.79 3.09 -
YUV 106.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 145 103 25 0 0.29 0.83 0.43 39 0.71 0.33
Hex 91 67 19 0 1D 53 2B 27 47 21
Octal 221 147 31 0 35 123 53 47 107 41
Binary 10010001 1100111 11001 0 11101 1010011 101011 100111 1000111 100001

Color Harmonies of #916719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916719

Black with #916719

Text Example


Text Example

White with #916719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916719; }

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

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

background-color css

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

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

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

border-color css

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

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

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