Html Css Color HEX #9B701F Golden Brown

📋 copy color: '#9B701F'

red 155 ◦ green 112 ◦ blue 31

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

Shades of Golden Brown #9B701F

Tints of Golden Brown #9B701F

RGB

 RED value IS 155 (60.94% from 255) = 52.01%

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 31 (12.5% from 255) = 10.4%

R = 52.01%
G = 37.58%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B701F (or 0x9B701F) is known color: Golden Brown. HEX triplet: 9B, 70 and 1F. RGB value is (155,112,31). Sum of RGB (Red+Green+Blue) = 155+112+31=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B701F is #648FE0. Grayscale: #737373. Windows color (decimal): -6590433 or 2060443. OLE color: 2060443.

HSL color Cylindrical-coordinate representation of color #9B701F: hue angle of 39.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B701F is Cyan = 0, Magento = 0.28, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 31 -
CMYK 0 0.28 0.8 0.39
HSL 39.19º 0.67% 0.36% -
HSV(B) 39.19º 0.8% 0.61% -
XYZ 19.56 18.66 3.87 -
YUV 115.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 155 112 31 0 0.28 0.8 0.39 39.19 0.67 0.36
Hex 9B 70 1F 0 1C 50 27 27 43 24
Octal 233 160 37 0 34 120 47 47 103 44
Binary 10011011 1110000 11111 0 11100 1010000 100111 100111 1000011 100100

Color Harmonies of #9B701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B701F

Black with #9B701F

Text Example


Text Example

White with #9B701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,31); }

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

background-color css

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

 a { background-color: rgb(155,112,31); }

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

border-color css

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

 span { border-color: rgb(155,112,31); }

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