Html Css Color HEX #995304 Golden Brown

📋 copy color: '#995304'

red 153 ◦ green 83 ◦ blue 4

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

Shades of Golden Brown #995304

Tints of Golden Brown #995304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 63.75%
G = 34.58%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#995304 (or 0x995304) is known color: Golden Brown. HEX triplet: 99, 53 and 04. RGB value is (153,83,4). Sum of RGB (Red+Green+Blue) = 153+83+4=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #995304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995304 is #66ACFB. Grayscale: #5F5F5F. Windows color (decimal): -6728956 or 283545. OLE color: 283545.

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

Color convert

RGB 153 83 4 -
CMYK 0 0.46 0.97 0.4
HSL 31.81º 0.95% 0.31% -
HSV(B) 31.81º 0.97% 0.6% -
XYZ 16.25 12.97 1.76 -
YUV 94.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 153 83 4 0 0.46 0.97 0.4 31.81 0.95 0.31
Hex 99 53 4 0 2E 61 28 20 5F 1F
Octal 231 123 4 0 56 141 50 40 137 37
Binary 10011001 1010011 100 0 101110 1100001 101000 100000 1011111 11111

Color Harmonies of #995304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995304

Black with #995304

Text Example


Text Example

White with #995304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995304; }

 p { color: rgb(153,83,4); }

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

background-color css

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

 a { background-color: rgb(153,83,4); }

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

border-color css

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

 span { border-color: rgb(153,83,4); }

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