Html Css Color HEX #995F13 Golden Brown

📋 copy color: '#995F13'

red 153 ◦ green 95 ◦ blue 19

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

Shades of Golden Brown #995F13

Tints of Golden Brown #995F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 57.3%
G = 35.58%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#995F13 (or 0x995F13) is known color: Golden Brown. HEX triplet: 99, 5F and 13. RGB value is (153,95,19). Sum of RGB (Red+Green+Blue) = 153+95+19=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #995F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F13 is #66A0EC. Grayscale: #686868. Windows color (decimal): -6725869 or 1269657. OLE color: 1269657.

HSL color Cylindrical-coordinate representation of color #995F13: hue angle of 34.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995F13 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 19 -
CMYK 0 0.38 0.88 0.4
HSL 34.03º 0.78% 0.34% -
HSV(B) 34.03º 0.88% 0.6% -
XYZ 17.35 15 2.6 -
YUV 103.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 153 95 19 0 0.38 0.88 0.4 34.03 0.78 0.34
Hex 99 5F 13 0 26 58 28 22 4E 22
Octal 231 137 23 0 46 130 50 42 116 42
Binary 10011001 1011111 10011 0 100110 1011000 101000 100010 1001110 100010

Color Harmonies of #995F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F13

Black with #995F13

Text Example


Text Example

White with #995F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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