Html Css Color HEX #995405 Golden Brown

📋 copy color: '#995405'

red 153 ◦ green 84 ◦ blue 5

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

Shades of Golden Brown #995405

Tints of Golden Brown #995405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 63.22%
G = 34.71%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#995405 (or 0x995405) is known color: Golden Brown. HEX triplet: 99, 54 and 05. RGB value is (153,84,5). Sum of RGB (Red+Green+Blue) = 153+84+5=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #995405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995405 is #66ABFA. Grayscale: #606060. Windows color (decimal): -6728699 or 349337. OLE color: 349337.

HSL color Cylindrical-coordinate representation of color #995405: hue angle of 32.03º degrees, saturation: 0.94, 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 #995405 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 5 -
CMYK 0 0.45 0.97 0.4
HSL 32.03º 0.94% 0.31% -
HSV(B) 32.03º 0.97% 0.6% -
XYZ 16.33 13.12 1.82 -
YUV 95.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 153 84 5 0 0.45 0.97 0.4 32.03 0.94 0.31
Hex 99 54 5 0 2D 61 28 20 5E 1F
Octal 231 124 5 0 55 141 50 40 136 37
Binary 10011001 1010100 101 0 101101 1100001 101000 100000 1011110 11111

Color Harmonies of #995405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995405

Black with #995405

Text Example


Text Example

White with #995405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995405; }

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

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

background-color css

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

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

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

border-color css

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

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

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