Html Css Color HEX #9B730B Golden Brown

📋 copy color: '#9B730B'

red 155 ◦ green 115 ◦ blue 11

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

Shades of Golden Brown #9B730B

Tints of Golden Brown #9B730B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 55.16%
G = 40.93%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B730B (or 0x9B730B) is known color: Golden Brown. HEX triplet: 9B, 73 and 0B. RGB value is (155,115,11). Sum of RGB (Red+Green+Blue) = 155+115+11=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B730B is #648CF4. Grayscale: #737373. Windows color (decimal): -6589685 or 750491. OLE color: 750491.

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

Color convert

RGB 155 115 11 -
CMYK 0 0.26 0.93 0.39
HSL 43.33º 0.87% 0.33% -
HSV(B) 43.33º 0.93% 0.61% -
XYZ 19.71 19.25 2.99 -
YUV 115.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 155 115 11 0 0.26 0.93 0.39 43.33 0.87 0.33
Hex 9B 73 B 0 1A 5D 27 2B 57 21
Octal 233 163 13 0 32 135 47 53 127 41
Binary 10011011 1110011 1011 0 11010 1011101 100111 101011 1010111 100001

Color Harmonies of #9B730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B730B

Black with #9B730B

Text Example


Text Example

White with #9B730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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