Html Css Color HEX #995403 Golden Brown

📋 copy color: '#995403'

red 153 ◦ green 84 ◦ blue 3

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

Shades of Golden Brown #995403

Tints of Golden Brown #995403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 63.75%
G = 35%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#995403 (or 0x995403) is known color: Golden Brown. HEX triplet: 99, 54 and 03. RGB value is (153,84,3). Sum of RGB (Red+Green+Blue) = 153+84+3=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #995403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995403 is #66ABFC. Grayscale: #5F5F5F. Windows color (decimal): -6728701 or 218265. OLE color: 218265.

HSL color Cylindrical-coordinate representation of color #995403: hue angle of 32.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #995403 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 3 -
CMYK 0 0.45 0.98 0.4
HSL 32.4º 0.96% 0.31% -
HSV(B) 32.4º 0.98% 0.6% -
XYZ 16.32 13.12 1.76 -
YUV 95.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 153 84 3 0 0.45 0.98 0.4 32.4 0.96 0.31
Hex 99 54 3 0 2D 62 28 20 60 1F
Octal 231 124 3 0 55 142 50 40 140 37
Binary 10011001 1010100 11 0 101101 1100010 101000 100000 1100000 11111

Color Harmonies of #995403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995403

Black with #995403

Text Example


Text Example

White with #995403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995403; }

 p { color: rgb(153,84,3); }

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

background-color css

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

 a { background-color: rgb(153,84,3); }

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

border-color css

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

 span { border-color: rgb(153,84,3); }

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