Html Css Color HEX #9B7217 Golden Brown

📋 copy color: '#9B7217'

red 155 ◦ green 114 ◦ blue 23

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

Shades of Golden Brown #9B7217

Tints of Golden Brown #9B7217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

 BLUE value IS 23 (9.38% from 255) = 7.88%

R = 53.08%
G = 39.04%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B7217 (or 0x9B7217) is known color: Golden Brown. HEX triplet: 9B, 72 and 17. RGB value is (155,114,23). Sum of RGB (Red+Green+Blue) = 155+114+23=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7217 is #648DE8. Grayscale: #747474. Windows color (decimal): -6589929 or 1536667. OLE color: 1536667.

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

Color convert

RGB 155 114 23 -
CMYK 0 0.26 0.85 0.39
HSL 41.36º 0.74% 0.35% -
HSV(B) 41.36º 0.85% 0.61% -
XYZ 19.69 19.07 3.45 -
YUV 115.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 155 114 23 0 0.26 0.85 0.39 41.36 0.74 0.35
Hex 9B 72 17 0 1A 55 27 29 4A 23
Octal 233 162 27 0 32 125 47 51 112 43
Binary 10011011 1110010 10111 0 11010 1010101 100111 101001 1001010 100011

Color Harmonies of #9B7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7217

Black with #9B7217

Text Example


Text Example

White with #9B7217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,114,23); }

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

background-color css

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

 a { background-color: rgb(155,114,23); }

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

border-color css

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

 span { border-color: rgb(155,114,23); }

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