Html Css Color HEX #9C540E Golden Brown

📋 copy color: '#9C540E'

red 156 ◦ green 84 ◦ blue 14

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

Shades of Golden Brown #9C540E

Tints of Golden Brown #9C540E

RGB

 RED value IS 156 (61.33% from 255) = 61.42%

 GREEN value IS 84 (33.2% from 255) = 33.07%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 61.42%
G = 33.07%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C540E (or 0x9C540E) is known color: Golden Brown. HEX triplet: 9C, 54 and 0E. RGB value is (156,84,14). Sum of RGB (Red+Green+Blue) = 156+84+14=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C540E is #63ABF1. Grayscale: #616161. Windows color (decimal): -6532082 or 939164. OLE color: 939164.

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

Color convert

RGB 156 84 14 -
CMYK 0 0.46 0.91 0.39
HSL 29.58º 0.84% 0.33% -
HSV(B) 29.58º 0.91% 0.61% -
XYZ 16.96 13.44 2.12 -
YUV 97.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 156 84 14 0 0.46 0.91 0.39 29.58 0.84 0.33
Hex 9C 54 E 0 2E 5B 27 1E 54 21
Octal 234 124 16 0 56 133 47 36 124 41
Binary 10011100 1010100 1110 0 101110 1011011 100111 11110 1010100 100001

Color Harmonies of #9C540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C540E

Black with #9C540E

Text Example


Text Example

White with #9C540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,84,14); }

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

background-color css

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

 a { background-color: rgb(156,84,14); }

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

border-color css

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

 span { border-color: rgb(156,84,14); }

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