Html Css Color HEX #995F08 Golden Brown

📋 copy color: '#995F08'

red 153 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #995F08

Tints of Golden Brown #995F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

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

R = 59.77%
G = 37.11%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995F08 (or 0x995F08) is known color: Golden Brown. HEX triplet: 99, 5F and 08. RGB value is (153,95,8). Sum of RGB (Red+Green+Blue) = 153+95+8=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #995F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F08 is #66A0F7. Grayscale: #666666. Windows color (decimal): -6725880 or 548761. OLE color: 548761.

HSL color Cylindrical-coordinate representation of color #995F08: hue angle of 36º 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 #995F08 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 8 -
CMYK 0 0.38 0.95 0.4
HSL 36º 0.9% 0.32% -
HSV(B) 36º 0.95% 0.6% -
XYZ 17.27 14.97 2.21 -
YUV 102.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 153 95 8 0 0.38 0.95 0.4 36 0.9 0.32
Hex 99 5F 8 0 26 5F 28 24 5A 20
Octal 231 137 10 0 46 137 50 44 132 40
Binary 10011001 1011111 1000 0 100110 1011111 101000 100100 1011010 100000

Color Harmonies of #995F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F08

Black with #995F08

Text Example


Text Example

White with #995F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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