Html Css Color HEX #9F5800 Golden Brown

📋 copy color: '#9F5800'

red 159 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #9F5800

Tints of Golden Brown #9F5800

RGB

 RED value IS 159 (62.5% from 255) = 64.37%

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.37%
G = 35.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F5800 (or 0x9F5800) is known color: Golden Brown. HEX triplet: 9F, 58 and 00. RGB value is (159,88,0). Sum of RGB (Red+Green+Blue) = 159+88+0=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5800 is #60A7FF. Grayscale: #636363. Windows color (decimal): -6334464 or 22687. OLE color: 22687.

HSL color Cylindrical-coordinate representation of color #9F5800: hue angle of 33.21º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F5800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 88 0 -
CMYK 0 0.45 1 0.38
HSL 33.21º 1% 0.31% -
HSV(B) 33.21º 1% 0.62% -
XYZ 17.79 14.35 1.83 -
YUV 99.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 159 88 0 0 0.45 1 0.38 33.21 1 0.31
Hex 9F 58 0 0 2D 64 26 21 64 1F
Octal 237 130 0 0 55 144 46 41 144 37
Binary 10011111 1011000 0 0 101101 1100100 100110 100001 1100100 11111

Color Harmonies of #9F5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5800

Black with #9F5800

Text Example


Text Example

White with #9F5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5800; }

 p { color: rgb(159,88,0); }

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

background-color css

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

 a { background-color: rgb(159,88,0); }

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

border-color css

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

 span { border-color: rgb(159,88,0); }

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