Html Css Color HEX #975C15 Golden Brown

📋 copy color: '#975C15'

red 151 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #975C15

Tints of Golden Brown #975C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.85%

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 57.2%
G = 34.85%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#975C15 (or 0x975C15) is known color: Golden Brown. HEX triplet: 97, 5C and 15. RGB value is (151,92,21). Sum of RGB (Red+Green+Blue) = 151+92+21=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #975C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975C15 is #68A3EA. Grayscale: #656565. Windows color (decimal): -6857707 or 1399959. OLE color: 1399959.

HSL color Cylindrical-coordinate representation of color #975C15: hue angle of 32.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #975C15 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 21 -
CMYK 0 0.39 0.86 0.41
HSL 32.77º 0.76% 0.34% -
HSV(B) 32.77º 0.86% 0.59% -
XYZ 16.73 14.29 2.59 -
YUV 101.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 151 92 21 0 0.39 0.86 0.41 32.77 0.76 0.34
Hex 97 5C 15 0 27 56 29 21 4C 22
Octal 227 134 25 0 47 126 51 41 114 42
Binary 10010111 1011100 10101 0 100111 1010110 101001 100001 1001100 100010

Color Harmonies of #975C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C15

Black with #975C15

Text Example


Text Example

White with #975C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,21); }

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

background-color css

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

 a { background-color: rgb(151,92,21); }

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

border-color css

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

 span { border-color: rgb(151,92,21); }

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