Html Css Color HEX #95540C Golden Brown

📋 copy color: '#95540C'

red 149 ◦ green 84 ◦ blue 12

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

Shades of Golden Brown #95540C

Tints of Golden Brown #95540C

RGB

 RED value IS 149 (58.59% from 255) = 60.82%

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 60.82%
G = 34.29%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95540C (or 0x95540C) is known color: Golden Brown. HEX triplet: 95, 54 and 0C. RGB value is (149,84,12). Sum of RGB (Red+Green+Blue) = 149+84+12=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95540C is #6AABF3. Grayscale: #5F5F5F. Windows color (decimal): -6990836 or 808085. OLE color: 808085.

HSL color Cylindrical-coordinate representation of color #95540C: hue angle of 31.53º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95540C is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 12 -
CMYK 0 0.44 0.92 0.42
HSL 31.53º 0.85% 0.32% -
HSV(B) 31.53º 0.92% 0.58% -
XYZ 15.63 12.76 1.99 -
YUV 95.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 149 84 12 0 0.44 0.92 0.42 31.53 0.85 0.32
Hex 95 54 C 0 2C 5C 2A 20 55 20
Octal 225 124 14 0 54 134 52 40 125 40
Binary 10010101 1010100 1100 0 101100 1011100 101010 100000 1010101 100000

Color Harmonies of #95540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95540C

Black with #95540C

Text Example


Text Example

White with #95540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95540C; }

 p { color: rgb(149,84,12); }

 H1.HeaderClassName
 {
   color: #95540C;
 }
 .AnyTagClassName
 {
   color: #95540C;
 }
</style>

background-color css

<style>
 a { background-color: #95540C; }

 a { background-color: rgb(149,84,12); }

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

border-color css

<style>
 span { border-color: #95540C; }

 span { border-color: rgb(149,84,12); }

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