Html Css Color HEX #9B7414 Golden Brown

📋 copy color: '#9B7414'

red 155 ◦ green 116 ◦ blue 20

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

Shades of Golden Brown #9B7414

Tints of Golden Brown #9B7414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 53.26%
G = 39.86%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B7414 (or 0x9B7414) is known color: Golden Brown. HEX triplet: 9B, 74 and 14. RGB value is (155,116,20). Sum of RGB (Red+Green+Blue) = 155+116+20=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7414 is #648BEB. Grayscale: #757575. Windows color (decimal): -6589420 or 1340571. OLE color: 1340571.

HSL color Cylindrical-coordinate representation of color #9B7414: hue angle of 42.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B7414 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 20 -
CMYK 0 0.25 0.87 0.39
HSL 42.67º 0.77% 0.34% -
HSV(B) 42.67º 0.87% 0.61% -
XYZ 19.89 19.51 3.38 -
YUV 116.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 155 116 20 0 0.25 0.87 0.39 42.67 0.77 0.34
Hex 9B 74 14 0 19 57 27 2B 4D 22
Octal 233 164 24 0 31 127 47 53 115 42
Binary 10011011 1110100 10100 0 11001 1010111 100111 101011 1001101 100010

Color Harmonies of #9B7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7414

Black with #9B7414

Text Example


Text Example

White with #9B7414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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