Html Css Color HEX #9C540D Golden Brown

📋 copy color: '#9C540D'

red 156 ◦ green 84 ◦ blue 13

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

Shades of Golden Brown #9C540D

Tints of Golden Brown #9C540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 61.66%
G = 33.2%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C540D (or 0x9C540D) is known color: Golden Brown. HEX triplet: 9C, 54 and 0D. RGB value is (156,84,13). Sum of RGB (Red+Green+Blue) = 156+84+13=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C540D is #63ABF2. Grayscale: #616161. Windows color (decimal): -6532083 or 873628. OLE color: 873628.

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

Color convert

RGB 156 84 13 -
CMYK 0 0.46 0.92 0.39
HSL 29.79º 0.85% 0.33% -
HSV(B) 29.79º 0.92% 0.61% -
XYZ 16.95 13.44 2.08 -
YUV 97.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 156 84 13 0 0.46 0.92 0.39 29.79 0.85 0.33
Hex 9C 54 D 0 2E 5C 27 1E 55 21
Octal 234 124 15 0 56 134 47 36 125 41
Binary 10011100 1010100 1101 0 101110 1011100 100111 11110 1010101 100001

Color Harmonies of #9C540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C540D

Black with #9C540D

Text Example


Text Example

White with #9C540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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