Html Css Color HEX #995500 Golden Brown

📋 copy color: '#995500'

red 153 ◦ green 85 ◦ blue 0

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

Shades of Golden Brown #995500

Tints of Golden Brown #995500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#995500 (or 0x995500) is known color: Golden Brown. HEX triplet: 99, 55 and 00. RGB value is (153,85,0). Sum of RGB (Red+Green+Blue) = 153+85+0=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #995500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995500 is #66AAFF. Grayscale: #606060. Windows color (decimal): -6728448 or 21913. OLE color: 21913.

HSL color Cylindrical-coordinate representation of color #995500: hue angle of 33.33º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #995500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 0 -
CMYK 0 0.44 1 0.4
HSL 33.33º 1% 0.3% -
HSV(B) 33.33º 1% 0.6% -
XYZ 16.39 13.27 1.7 -
YUV 95.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 153 85 0 0 0.44 1 0.4 33.33 1 0.3
Hex 99 55 0 0 2C 64 28 21 64 1E
Octal 231 125 0 0 54 144 50 41 144 36
Binary 10011001 1010101 0 0 101100 1100100 101000 100001 1100100 11110

Color Harmonies of #995500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995500

Black with #995500

Text Example


Text Example

White with #995500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995500; }

 p { color: rgb(153,85,0); }

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

background-color css

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

 a { background-color: rgb(153,85,0); }

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

border-color css

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

 span { border-color: rgb(153,85,0); }

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