Html Css Color HEX #9F5101 Golden Brown

📋 copy color: '#9F5101'

red 159 ◦ green 81 ◦ blue 1

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

Shades of Golden Brown #9F5101

Tints of Golden Brown #9F5101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 65.98%
G = 33.61%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F5101 (or 0x9F5101) is known color: Golden Brown. HEX triplet: 9F, 51 and 01. RGB value is (159,81,1). Sum of RGB (Red+Green+Blue) = 159+81+1=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5101 is #60AEFE. Grayscale: #5F5F5F. Windows color (decimal): -6336255 or 86431. OLE color: 86431.

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

Color convert

RGB 159 81 1 -
CMYK 0 0.49 0.99 0.38
HSL 30.38º 0.99% 0.31% -
HSV(B) 30.38º 0.99% 0.62% -
XYZ 17.25 13.26 1.68 -
YUV 95.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 159 81 1 0 0.49 0.99 0.38 30.38 0.99 0.31
Hex 9F 51 1 0 31 63 26 1E 63 1F
Octal 237 121 1 0 61 143 46 36 143 37
Binary 10011111 1010001 1 0 110001 1100011 100110 11110 1100011 11111

Color Harmonies of #9F5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5101

Black with #9F5101

Text Example


Text Example

White with #9F5101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,1); }

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

background-color css

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

 a { background-color: rgb(159,81,1); }

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

border-color css

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

 span { border-color: rgb(159,81,1); }

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