Html Css Color HEX #975B15 Golden Brown

📋 copy color: '#975B15'

red 151 ◦ green 91 ◦ blue 21

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

Shades of Golden Brown #975B15

Tints of Golden Brown #975B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.6%

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

R = 57.41%
G = 34.6%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#975B15 (or 0x975B15) is known color: Golden Brown. HEX triplet: 97, 5B and 15. RGB value is (151,91,21). Sum of RGB (Red+Green+Blue) = 151+91+21=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #975B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975B15 is #68A4EA. Grayscale: #656565. Windows color (decimal): -6857963 or 1399703. OLE color: 1399703.

HSL color Cylindrical-coordinate representation of color #975B15: hue angle of 32.31º 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 #975B15 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 21 -
CMYK 0 0.40 0.86 0.41
HSL 32.31º 0.76% 0.34% -
HSV(B) 32.31º 0.86% 0.59% -
XYZ 16.64 14.12 2.56 -
YUV 100.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 151 91 21 0 0.40 0.86 0.41 32.31 0.76 0.34
Hex 97 5B 15 0 28 56 29 20 4C 22
Octal 227 133 25 0 50 126 51 40 114 42
Binary 10010111 1011011 10101 0 101000 1010110 101001 100000 1001100 100010

Color Harmonies of #975B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B15

Black with #975B15

Text Example


Text Example

White with #975B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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