Html Css Color HEX #9B7804 Golden Brown

📋 copy color: '#9B7804'

red 155 ◦ green 120 ◦ blue 4

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

Shades of Golden Brown #9B7804

Tints of Golden Brown #9B7804

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.01%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 55.56%
G = 43.01%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B7804 (or 0x9B7804) is known color: Golden Brown. HEX triplet: 9B, 78 and 04. RGB value is (155,120,4). Sum of RGB (Red+Green+Blue) = 155+120+4=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7804 is #6487FB. Grayscale: #757575. Windows color (decimal): -6588412 or 293019. OLE color: 293019.

HSL color Cylindrical-coordinate representation of color #9B7804: hue angle of 46.09º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B7804 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 4 -
CMYK 0 0.23 0.97 0.39
HSL 46.09º 0.95% 0.31% -
HSV(B) 46.09º 0.97% 0.61% -
XYZ 20.26 20.41 2.99 -
YUV 117.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 155 120 4 0 0.23 0.97 0.39 46.09 0.95 0.31
Hex 9B 78 4 0 17 61 27 2E 5F 1F
Octal 233 170 4 0 27 141 47 56 137 37
Binary 10011011 1111000 100 0 10111 1100001 100111 101110 1011111 11111

Color Harmonies of #9B7804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7804

Black with #9B7804

Text Example


Text Example

White with #9B7804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,4); }

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

background-color css

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

 a { background-color: rgb(155,120,4); }

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

border-color css

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

 span { border-color: rgb(155,120,4); }

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