Html Css Color HEX #95540A Golden Brown

📋 copy color: '#95540A'

red 149 ◦ green 84 ◦ blue 10

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

Shades of Golden Brown #95540A

Tints of Golden Brown #95540A

RGB

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

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

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

R = 61.32%
G = 34.57%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95540A (or 0x95540A) is known color: Golden Brown. HEX triplet: 95, 54 and 0A. RGB value is (149,84,10). Sum of RGB (Red+Green+Blue) = 149+84+10=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95540A is #6AABF5. Grayscale: #5F5F5F. Windows color (decimal): -6990838 or 677013. OLE color: 677013.

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

Color convert

RGB 149 84 10 -
CMYK 0 0.44 0.93 0.42
HSL 31.94º 0.87% 0.31% -
HSV(B) 31.94º 0.93% 0.58% -
XYZ 15.62 12.75 1.93 -
YUV 95 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 149 84 10 0 0.44 0.93 0.42 31.94 0.87 0.31
Hex 95 54 A 0 2C 5D 2A 20 57 1F
Octal 225 124 12 0 54 135 52 40 127 37
Binary 10010101 1010100 1010 0 101100 1011101 101010 100000 1010111 11111

Color Harmonies of #95540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95540A

Black with #95540A

Text Example


Text Example

White with #95540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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