Html Css Color HEX #995D0D Golden Brown

📋 copy color: '#995D0D'

red 153 ◦ green 93 ◦ blue 13

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

Shades of Golden Brown #995D0D

Tints of Golden Brown #995D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 59.07%
G = 35.91%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#995D0D (or 0x995D0D) is known color: Golden Brown. HEX triplet: 99, 5D and 0D. RGB value is (153,93,13). Sum of RGB (Red+Green+Blue) = 153+93+13=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #995D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D0D is #66A2F2. Grayscale: #666666. Windows color (decimal): -6726387 or 875929. OLE color: 875929.

HSL color Cylindrical-coordinate representation of color #995D0D: hue angle of 34.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #995D0D is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 13 -
CMYK 0 0.39 0.92 0.4
HSL 34.29º 0.84% 0.33% -
HSV(B) 34.29º 0.92% 0.6% -
XYZ 17.12 14.63 2.3 -
YUV 101.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 153 93 13 0 0.39 0.92 0.4 34.29 0.84 0.33
Hex 99 5D D 0 27 5C 28 22 54 21
Octal 231 135 15 0 47 134 50 42 124 41
Binary 10011001 1011101 1101 0 100111 1011100 101000 100010 1010100 100001

Color Harmonies of #995D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D0D

Black with #995D0D

Text Example


Text Example

White with #995D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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