Html Css Color HEX #975D0C Golden Brown

📋 copy color: '#975D0C'

red 151 ◦ green 93 ◦ blue 12

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

Shades of Golden Brown #975D0C

Tints of Golden Brown #975D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 58.98%
G = 36.33%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#975D0C (or 0x975D0C) is known color: Golden Brown. HEX triplet: 97, 5D and 0C. RGB value is (151,93,12). Sum of RGB (Red+Green+Blue) = 151+93+12=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #975D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975D0C is #68A2F3. Grayscale: #656565. Windows color (decimal): -6857460 or 810391. OLE color: 810391.

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

Color convert

RGB 151 93 12 -
CMYK 0 0.38 0.92 0.41
HSL 34.96º 0.85% 0.32% -
HSV(B) 34.96º 0.92% 0.59% -
XYZ 16.74 14.43 2.25 -
YUV 101.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 151 93 12 0 0.38 0.92 0.41 34.96 0.85 0.32
Hex 97 5D C 0 26 5C 29 23 55 20
Octal 227 135 14 0 46 134 51 43 125 40
Binary 10010111 1011101 1100 0 100110 1011100 101001 100011 1010101 100000

Color Harmonies of #975D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D0C

Black with #975D0C

Text Example


Text Example

White with #975D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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