Html Css Color HEX #9E721C Golden Brown

📋 copy color: '#9E721C'

red 158 ◦ green 114 ◦ blue 28

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

Shades of Golden Brown #9E721C

Tints of Golden Brown #9E721C

RGB

 RED value IS 158 (62.11% from 255) = 52.67%

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

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

R = 52.67%
G = 38%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E721C (or 0x9E721C) is known color: Golden Brown. HEX triplet: 9E, 72 and 1C. RGB value is (158,114,28). Sum of RGB (Red+Green+Blue) = 158+114+28=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E721C is #618DE3. Grayscale: #757575. Windows color (decimal): -6393316 or 1864350. OLE color: 1864350.

HSL color Cylindrical-coordinate representation of color #9E721C: hue angle of 39.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E721C is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 114 28 -
CMYK 0 0.28 0.82 0.38
HSL 39.69º 0.7% 0.36% -
HSV(B) 39.69º 0.82% 0.62% -
XYZ 20.33 19.39 3.77 -
YUV 117.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 158 114 28 0 0.28 0.82 0.38 39.69 0.7 0.36
Hex 9E 72 1C 0 1C 52 26 28 46 24
Octal 236 162 34 0 34 122 46 50 106 44
Binary 10011110 1110010 11100 0 11100 1010010 100110 101000 1000110 100100

Color Harmonies of #9E721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E721C

Black with #9E721C

Text Example


Text Example

White with #9E721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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