Html Css Color HEX #9C540A Golden Brown

📋 copy color: '#9C540A'

red 156 ◦ green 84 ◦ blue 10

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

Shades of Golden Brown #9C540A

Tints of Golden Brown #9C540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 62.4%
G = 33.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C540A (or 0x9C540A) is known color: Golden Brown. HEX triplet: 9C, 54 and 0A. RGB value is (156,84,10). Sum of RGB (Red+Green+Blue) = 156+84+10=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C540A is #63ABF5. Grayscale: #616161. Windows color (decimal): -6532086 or 677020. OLE color: 677020.

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

Color convert

RGB 156 84 10 -
CMYK 0 0.46 0.94 0.39
HSL 30.41º 0.88% 0.33% -
HSV(B) 30.41º 0.94% 0.61% -
XYZ 16.94 13.43 1.99 -
YUV 97.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 156 84 10 0 0.46 0.94 0.39 30.41 0.88 0.33
Hex 9C 54 A 0 2E 5E 27 1E 58 21
Octal 234 124 12 0 56 136 47 36 130 41
Binary 10011100 1010100 1010 0 101110 1011110 100111 11110 1011000 100001

Color Harmonies of #9C540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C540A

Black with #9C540A

Text Example


Text Example

White with #9C540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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