Html Css Color HEX #995D0F Golden Brown

📋 copy color: '#995D0F'

red 153 ◦ green 93 ◦ blue 15

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

Shades of Golden Brown #995D0F

Tints of Golden Brown #995D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.63%

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

R = 58.62%
G = 35.63%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#995D0F (or 0x995D0F) is known color: Golden Brown. HEX triplet: 99, 5D and 0F. RGB value is (153,93,15). Sum of RGB (Red+Green+Blue) = 153+93+15=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #995D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D0F is #66A2F0. Grayscale: #666666. Windows color (decimal): -6726385 or 1007001. OLE color: 1007001.

HSL color Cylindrical-coordinate representation of color #995D0F: hue angle of 33.91º 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 #995D0F is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 15 -
CMYK 0 0.39 0.90 0.4
HSL 33.91º 0.82% 0.33% -
HSV(B) 33.91º 0.9% 0.6% -
XYZ 17.14 14.64 2.37 -
YUV 102.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 153 93 15 0 0.39 0.90 0.4 33.91 0.82 0.33
Hex 99 5D F 0 27 5A 28 22 52 21
Octal 231 135 17 0 47 132 50 42 122 41
Binary 10011001 1011101 1111 0 100111 1011010 101000 100010 1010010 100001

Color Harmonies of #995D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D0F

Black with #995D0F

Text Example


Text Example

White with #995D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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