Html Css Color HEX #95700A Golden Brown

📋 copy color: '#95700A'

red 149 ◦ green 112 ◦ blue 10

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

Shades of Golden Brown #95700A

Tints of Golden Brown #95700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 54.98%
G = 41.33%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95700A (or 0x95700A) is known color: Golden Brown. HEX triplet: 95, 70 and 0A. RGB value is (149,112,10). Sum of RGB (Red+Green+Blue) = 149+112+10=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #95700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95700A is #6A8FF5. Grayscale: #6F6F6F. Windows color (decimal): -6983670 or 684181. OLE color: 684181.

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

Color convert

RGB 149 112 10 -
CMYK 0 0.25 0.93 0.42
HSL 44.03º 0.87% 0.31% -
HSV(B) 44.03º 0.93% 0.58% -
XYZ 18.24 18 2.8 -
YUV 111.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 149 112 10 0 0.25 0.93 0.42 44.03 0.87 0.31
Hex 95 70 A 0 19 5D 2A 2C 57 1F
Octal 225 160 12 0 31 135 52 54 127 37
Binary 10010101 1110000 1010 0 11001 1011101 101010 101100 1010111 11111

Color Harmonies of #95700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95700A

Black with #95700A

Text Example


Text Example

White with #95700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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