Html Css Color HEX #995F0F Golden Brown

📋 copy color: '#995F0F'

red 153 ◦ green 95 ◦ blue 15

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

Shades of Golden Brown #995F0F

Tints of Golden Brown #995F0F

RGB

 RED value IS 153 (60.16% from 255) = 58.17%

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 58.17%
G = 36.12%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#995F0F (or 0x995F0F) is known color: Golden Brown. HEX triplet: 99, 5F and 0F. RGB value is (153,95,15). Sum of RGB (Red+Green+Blue) = 153+95+15=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #995F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F0F is #66A0F0. Grayscale: #676767. Windows color (decimal): -6725873 or 1007513. OLE color: 1007513.

HSL color Cylindrical-coordinate representation of color #995F0F: hue angle of 34.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995F0F is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 15 -
CMYK 0 0.38 0.90 0.4
HSL 34.78º 0.82% 0.33% -
HSV(B) 34.78º 0.9% 0.6% -
XYZ 17.32 14.99 2.43 -
YUV 103.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 153 95 15 0 0.38 0.90 0.4 34.78 0.82 0.33
Hex 99 5F F 0 26 5A 28 23 52 21
Octal 231 137 17 0 46 132 50 43 122 41
Binary 10011001 1011111 1111 0 100110 1011010 101000 100011 1010010 100001

Color Harmonies of #995F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F0F

Black with #995F0F

Text Example


Text Example

White with #995F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F0F; }

 p { color: rgb(153,95,15); }

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

background-color css

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

 a { background-color: rgb(153,95,15); }

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

border-color css

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

 span { border-color: rgb(153,95,15); }

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