Html Css Color HEX #995408 Golden Brown

📋 copy color: '#995408'

red 153 ◦ green 84 ◦ blue 8

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

Shades of Golden Brown #995408

Tints of Golden Brown #995408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 62.45%
G = 34.29%
B = 3.27%

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

#995408 (or 0x995408) is known color: Golden Brown. HEX triplet: 99, 54 and 08. RGB value is (153,84,8). Sum of RGB (Red+Green+Blue) = 153+84+8=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995408 is #66ABF7. Grayscale: #606060. Windows color (decimal): -6728696 or 545945. OLE color: 545945.

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

Color convert

RGB 153 84 8 -
CMYK 0 0.45 0.95 0.4
HSL 31.45º 0.9% 0.32% -
HSV(B) 31.45º 0.95% 0.6% -
XYZ 16.35 13.13 1.9 -
YUV 95.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 153 84 8 0 0.45 0.95 0.4 31.45 0.9 0.32
Hex 99 54 8 0 2D 5F 28 1F 5A 20
Octal 231 124 10 0 55 137 50 37 132 40
Binary 10011001 1010100 1000 0 101101 1011111 101000 11111 1011010 100000

Color Harmonies of #995408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995408

Black with #995408

Text Example


Text Example

White with #995408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995408; }

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

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

background-color css

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

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

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

border-color css

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

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

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