Html Css Color HEX #9B7207 Golden Brown

📋 copy color: '#9B7207'

red 155 ◦ green 114 ◦ blue 7

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

Shades of Golden Brown #9B7207

Tints of Golden Brown #9B7207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 56.16%
G = 41.3%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B7207 (or 0x9B7207) is known color: Golden Brown. HEX triplet: 9B, 72 and 07. RGB value is (155,114,7). Sum of RGB (Red+Green+Blue) = 155+114+7=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7207 is #648DF8. Grayscale: #727272. Windows color (decimal): -6589945 or 488091. OLE color: 488091.

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

Color convert

RGB 155 114 7 -
CMYK 0 0.26 0.95 0.39
HSL 43.38º 0.91% 0.32% -
HSV(B) 43.38º 0.95% 0.61% -
XYZ 19.57 19.02 2.84 -
YUV 114.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 155 114 7 0 0.26 0.95 0.39 43.38 0.91 0.32
Hex 9B 72 7 0 1A 5F 27 2B 5B 20
Octal 233 162 7 0 32 137 47 53 133 40
Binary 10011011 1110010 111 0 11010 1011111 100111 101011 1011011 100000

Color Harmonies of #9B7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7207

Black with #9B7207

Text Example


Text Example

White with #9B7207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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