Html Css Color HEX #9B740C Golden Brown

📋 copy color: '#9B740C'

red 155 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #9B740C

Tints of Golden Brown #9B740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 54.77%
G = 40.99%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B740C (or 0x9B740C) is known color: Golden Brown. HEX triplet: 9B, 74 and 0C. RGB value is (155,116,12). Sum of RGB (Red+Green+Blue) = 155+116+12=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B740C is #648BF3. Grayscale: #747474. Windows color (decimal): -6589428 or 816283. OLE color: 816283.

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

Color convert

RGB 155 116 12 -
CMYK 0 0.25 0.92 0.39
HSL 43.64º 0.86% 0.33% -
HSV(B) 43.64º 0.92% 0.61% -
XYZ 19.83 19.49 3.06 -
YUV 115.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 155 116 12 0 0.25 0.92 0.39 43.64 0.86 0.33
Hex 9B 74 C 0 19 5C 27 2C 56 21
Octal 233 164 14 0 31 134 47 54 126 41
Binary 10011011 1110100 1100 0 11001 1011100 100111 101100 1010110 100001

Color Harmonies of #9B740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B740C

Black with #9B740C

Text Example


Text Example

White with #9B740C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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