Html Css Color HEX #9B730C Golden Brown

📋 copy color: '#9B730C'

red 155 ◦ green 115 ◦ blue 12

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

Shades of Golden Brown #9B730C

Tints of Golden Brown #9B730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 54.96%
G = 40.78%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B730C (or 0x9B730C) is known color: Golden Brown. HEX triplet: 9B, 73 and 0C. RGB value is (155,115,12). Sum of RGB (Red+Green+Blue) = 155+115+12=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B730C is #648CF3. Grayscale: #737373. Windows color (decimal): -6589684 or 816027. OLE color: 816027.

HSL color Cylindrical-coordinate representation of color #9B730C: hue angle of 43.22º 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 #9B730C is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 115 12 -
CMYK 0 0.26 0.92 0.39
HSL 43.22º 0.86% 0.33% -
HSV(B) 43.22º 0.92% 0.61% -
XYZ 19.71 19.26 3.03 -
YUV 115.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 155 115 12 0 0.26 0.92 0.39 43.22 0.86 0.33
Hex 9B 73 C 0 1A 5C 27 2B 56 21
Octal 233 163 14 0 32 134 47 53 126 41
Binary 10011011 1110011 1100 0 11010 1011100 100111 101011 1010110 100001

Color Harmonies of #9B730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B730C

Black with #9B730C

Text Example


Text Example

White with #9B730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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