Html Css Color HEX #9B721C Golden Brown

📋 copy color: '#9B721C'

red 155 ◦ green 114 ◦ blue 28

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

Shades of Golden Brown #9B721C

Tints of Golden Brown #9B721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 52.19%
G = 38.38%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B721C (or 0x9B721C) is known color: Golden Brown. HEX triplet: 9B, 72 and 1C. RGB value is (155,114,28). Sum of RGB (Red+Green+Blue) = 155+114+28=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B721C is #648DE3. Grayscale: #747474. Windows color (decimal): -6589924 or 1864347. OLE color: 1864347.

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

Color convert

RGB 155 114 28 -
CMYK 0 0.26 0.82 0.39
HSL 40.63º 0.69% 0.36% -
HSV(B) 40.63º 0.82% 0.61% -
XYZ 19.74 19.09 3.74 -
YUV 116.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 155 114 28 0 0.26 0.82 0.39 40.63 0.69 0.36
Hex 9B 72 1C 0 1A 52 27 29 45 24
Octal 233 162 34 0 32 122 47 51 105 44
Binary 10011011 1110010 11100 0 11010 1010010 100111 101001 1000101 100100

Color Harmonies of #9B721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B721C

Black with #9B721C

Text Example


Text Example

White with #9B721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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