Html Css Color HEX #915F07 Golden Brown

📋 copy color: '#915F07'

red 145 ◦ green 95 ◦ blue 7

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

Shades of Golden Brown #915F07

Tints of Golden Brown #915F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.46%

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 58.7%
G = 38.46%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#915F07 (or 0x915F07) is known color: Golden Brown. HEX triplet: 91, 5F and 07. RGB value is (145,95,7). Sum of RGB (Red+Green+Blue) = 145+95+7=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #915F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F07 is #6EA0F8. Grayscale: #646464. Windows color (decimal): -7250169 or 483217. OLE color: 483217.

HSL color Cylindrical-coordinate representation of color #915F07: hue angle of 38.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #915F07 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 95 7 -
CMYK 0 0.34 0.95 0.43
HSL 38.26º 0.91% 0.3% -
HSV(B) 38.26º 0.95% 0.57% -
XYZ 15.81 14.22 2.11 -
YUV 99.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 145 95 7 0 0.34 0.95 0.43 38.26 0.91 0.3
Hex 91 5F 7 0 22 5F 2B 26 5B 1E
Octal 221 137 7 0 42 137 53 46 133 36
Binary 10010001 1011111 111 0 100010 1011111 101011 100110 1011011 11110

Color Harmonies of #915F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915F07

Black with #915F07

Text Example


Text Example

White with #915F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915F07; }

 p { color: rgb(145,95,7); }

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

background-color css

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

 a { background-color: rgb(145,95,7); }

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

border-color css

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

 span { border-color: rgb(145,95,7); }

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