Html Css Color HEX #975412 Golden Brown

📋 copy color: '#975412'

red 151 ◦ green 84 ◦ blue 18

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

Shades of Golden Brown #975412

Tints of Golden Brown #975412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 59.68%
G = 33.2%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#975412 (or 0x975412) is known color: Golden Brown. HEX triplet: 97, 54 and 12. RGB value is (151,84,18). Sum of RGB (Red+Green+Blue) = 151+84+18=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975412 is #68ABED. Grayscale: #606060. Windows color (decimal): -6859758 or 1201303. OLE color: 1201303.

HSL color Cylindrical-coordinate representation of color #975412: hue angle of 29.77º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #975412 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 18 -
CMYK 0 0.44 0.88 0.41
HSL 29.77º 0.79% 0.33% -
HSV(B) 29.77º 0.88% 0.59% -
XYZ 16.04 12.96 2.23 -
YUV 96.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 151 84 18 0 0.44 0.88 0.41 29.77 0.79 0.33
Hex 97 54 12 0 2C 58 29 1E 4F 21
Octal 227 124 22 0 54 130 51 36 117 41
Binary 10010111 1010100 10010 0 101100 1011000 101001 11110 1001111 100001

Color Harmonies of #975412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975412

Black with #975412

Text Example


Text Example

White with #975412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975412; }

 p { color: rgb(151,84,18); }

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

background-color css

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

 a { background-color: rgb(151,84,18); }

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

border-color css

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

 span { border-color: rgb(151,84,18); }

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