Html Css Color HEX #95760A Golden Brown

📋 copy color: '#95760A'

red 149 ◦ green 118 ◦ blue 10

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

Shades of Golden Brown #95760A

Tints of Golden Brown #95760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

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

R = 53.79%
G = 42.6%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95760A (or 0x95760A) is known color: Golden Brown. HEX triplet: 95, 76 and 0A. RGB value is (149,118,10). Sum of RGB (Red+Green+Blue) = 149+118+10=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95760A is #6A89F5. Grayscale: #737373. Windows color (decimal): -6982134 or 685717. OLE color: 685717.

HSL color Cylindrical-coordinate representation of color #95760A: hue angle of 46.62º 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 #95760A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 10 -
CMYK 0 0.21 0.93 0.42
HSL 46.62º 0.87% 0.31% -
HSV(B) 46.62º 0.93% 0.58% -
XYZ 18.93 19.37 3.03 -
YUV 114.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 149 118 10 0 0.21 0.93 0.42 46.62 0.87 0.31
Hex 95 76 A 0 15 5D 2A 2F 57 1F
Octal 225 166 12 0 25 135 52 57 127 37
Binary 10010101 1110110 1010 0 10101 1011101 101010 101111 1010111 11111

Color Harmonies of #95760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95760A

Black with #95760A

Text Example


Text Example

White with #95760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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