Html Css Color HEX #9F580B Golden Brown

📋 copy color: '#9F580B'

red 159 ◦ green 88 ◦ blue 11

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

Shades of Golden Brown #9F580B

Tints of Golden Brown #9F580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 61.63%
G = 34.11%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F580B (or 0x9F580B) is known color: Golden Brown. HEX triplet: 9F, 58 and 0B. RGB value is (159,88,11). Sum of RGB (Red+Green+Blue) = 159+88+11=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F580B is #60A7F4. Grayscale: #646464. Windows color (decimal): -6334453 or 743583. OLE color: 743583.

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

Color convert

RGB 159 88 11 -
CMYK 0 0.45 0.93 0.38
HSL 31.22º 0.87% 0.33% -
HSV(B) 31.22º 0.93% 0.62% -
XYZ 17.85 14.37 2.15 -
YUV 100.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 159 88 11 0 0.45 0.93 0.38 31.22 0.87 0.33
Hex 9F 58 B 0 2D 5D 26 1F 57 21
Octal 237 130 13 0 55 135 46 37 127 41
Binary 10011111 1011000 1011 0 101101 1011101 100110 11111 1010111 100001

Color Harmonies of #9F580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F580B

Black with #9F580B

Text Example


Text Example

White with #9F580B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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