Html Css Color HEX #9B721A Golden Brown

📋 copy color: '#9B721A'

red 155 ◦ green 114 ◦ blue 26

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

Shades of Golden Brown #9B721A

Tints of Golden Brown #9B721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 52.54%
G = 38.64%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B721A (or 0x9B721A) is known color: Golden Brown. HEX triplet: 9B, 72 and 1A. RGB value is (155,114,26). Sum of RGB (Red+Green+Blue) = 155+114+26=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B721A is #648DE5. Grayscale: #747474. Windows color (decimal): -6589926 or 1733275. OLE color: 1733275.

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

Color convert

RGB 155 114 26 -
CMYK 0 0.26 0.83 0.39
HSL 40.93º 0.71% 0.35% -
HSV(B) 40.93º 0.83% 0.61% -
XYZ 19.72 19.08 3.62 -
YUV 116.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 155 114 26 0 0.26 0.83 0.39 40.93 0.71 0.35
Hex 9B 72 1A 0 1A 53 27 29 47 23
Octal 233 162 32 0 32 123 47 51 107 43
Binary 10011011 1110010 11010 0 11010 1010011 100111 101001 1000111 100011

Color Harmonies of #9B721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B721A

Black with #9B721A

Text Example


Text Example

White with #9B721A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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