Html Css Color HEX #9B740F Golden Brown

📋 copy color: '#9B740F'

red 155 ◦ green 116 ◦ blue 15

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

Shades of Golden Brown #9B740F

Tints of Golden Brown #9B740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 54.2%
G = 40.56%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B740F (or 0x9B740F) is known color: Golden Brown. HEX triplet: 9B, 74 and 0F. RGB value is (155,116,15). Sum of RGB (Red+Green+Blue) = 155+116+15=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B740F is #648BF0. Grayscale: #747474. Windows color (decimal): -6589425 or 1012891. OLE color: 1012891.

HSL color Cylindrical-coordinate representation of color #9B740F: hue angle of 43.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B740F is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 15 -
CMYK 0 0.25 0.90 0.39
HSL 43.29º 0.82% 0.33% -
HSV(B) 43.29º 0.9% 0.61% -
XYZ 19.85 19.49 3.17 -
YUV 116.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 155 116 15 0 0.25 0.90 0.39 43.29 0.82 0.33
Hex 9B 74 F 0 19 5A 27 2B 52 21
Octal 233 164 17 0 31 132 47 53 122 41
Binary 10011011 1110100 1111 0 11001 1011010 100111 101011 1010010 100001

Color Harmonies of #9B740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B740F

Black with #9B740F

Text Example


Text Example

White with #9B740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,15); }

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

background-color css

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

 a { background-color: rgb(155,116,15); }

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

border-color css

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

 span { border-color: rgb(155,116,15); }

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