Html Css Color HEX #975D0A Golden Brown

📋 copy color: '#975D0A'

red 151 ◦ green 93 ◦ blue 10

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

Shades of Golden Brown #975D0A

Tints of Golden Brown #975D0A

RGB

 RED value IS 151 (59.38% from 255) = 59.45%

 GREEN value IS 93 (36.72% from 255) = 36.61%

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

R = 59.45%
G = 36.61%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#975D0A (or 0x975D0A) is known color: Golden Brown. HEX triplet: 97, 5D and 0A. RGB value is (151,93,10). Sum of RGB (Red+Green+Blue) = 151+93+10=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #975D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975D0A is #68A2F5. Grayscale: #656565. Windows color (decimal): -6857462 or 679319. OLE color: 679319.

HSL color Cylindrical-coordinate representation of color #975D0A: hue angle of 35.32º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #975D0A is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 93 10 -
CMYK 0 0.38 0.93 0.41
HSL 35.32º 0.88% 0.32% -
HSV(B) 35.32º 0.93% 0.59% -
XYZ 16.73 14.43 2.19 -
YUV 100.88 76.72 163.75 -
System Red Green Blue C M Y K H S L
Decimal 151 93 10 0 0.38 0.93 0.41 35.32 0.88 0.32
Hex 97 5D A 0 26 5D 29 23 58 20
Octal 227 135 12 0 46 135 51 43 130 40
Binary 10010111 1011101 1010 0 100110 1011101 101001 100011 1011000 100000

Color Harmonies of #975D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D0A

Black with #975D0A

Text Example


Text Example

White with #975D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975D0A; }

 p { color: rgb(151,93,10); }

 H1.HeaderClassName
 {
   color: #975D0A;
 }
 .AnyTagClassName
 {
   color: #975D0A;
 }
</style>

background-color css

<style>
 a { background-color: #975D0A; }

 a { background-color: rgb(151,93,10); }

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

border-color css

<style>
 span { border-color: #975D0A; }

 span { border-color: rgb(151,93,10); }

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