Html Css Color HEX #975D13 Golden Brown

📋 copy color: '#975D13'

red 151 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #975D13

Tints of Golden Brown #975D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 57.41%
G = 35.36%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975D13 (or 0x975D13) is known color: Golden Brown. HEX triplet: 97, 5D and 13. RGB value is (151,93,19). Sum of RGB (Red+Green+Blue) = 151+93+19=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #975D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975D13 is #68A2EC. Grayscale: #666666. Windows color (decimal): -6857453 or 1269143. OLE color: 1269143.

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

Color convert

RGB 151 93 19 -
CMYK 0 0.38 0.87 0.41
HSL 33.64º 0.78% 0.33% -
HSV(B) 33.64º 0.87% 0.59% -
XYZ 16.79 14.46 2.52 -
YUV 101.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 151 93 19 0 0.38 0.87 0.41 33.64 0.78 0.33
Hex 97 5D 13 0 26 57 29 22 4E 21
Octal 227 135 23 0 46 127 51 42 116 41
Binary 10010111 1011101 10011 0 100110 1010111 101001 100010 1001110 100001

Color Harmonies of #975D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D13

Black with #975D13

Text Example


Text Example

White with #975D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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