Html Css Color HEX #995407 Golden Brown

📋 copy color: '#995407'

red 153 ◦ green 84 ◦ blue 7

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

Shades of Golden Brown #995407

Tints of Golden Brown #995407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.87%

R = 62.7%
G = 34.43%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995407 (or 0x995407) is known color: Golden Brown. HEX triplet: 99, 54 and 07. RGB value is (153,84,7). Sum of RGB (Red+Green+Blue) = 153+84+7=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995407 is #66ABF8. Grayscale: #606060. Windows color (decimal): -6728697 or 480409. OLE color: 480409.

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

Color convert

RGB 153 84 7 -
CMYK 0 0.45 0.95 0.4
HSL 31.64º 0.91% 0.31% -
HSV(B) 31.64º 0.95% 0.6% -
XYZ 16.35 13.13 1.87 -
YUV 95.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 153 84 7 0 0.45 0.95 0.4 31.64 0.91 0.31
Hex 99 54 7 0 2D 5F 28 20 5B 1F
Octal 231 124 7 0 55 137 50 40 133 37
Binary 10011001 1010100 111 0 101101 1011111 101000 100000 1011011 11111

Color Harmonies of #995407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995407

Black with #995407

Text Example


Text Example

White with #995407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995407; }

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

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

background-color css

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

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

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

border-color css

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

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

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