Html Css Color HEX #975413 Golden Brown

📋 copy color: '#975413'

red 151 ◦ green 84 ◦ blue 19

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

Shades of Golden Brown #975413

Tints of Golden Brown #975413

RGB

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

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

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

R = 59.45%
G = 33.07%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975413 (or 0x975413) is known color: Golden Brown. HEX triplet: 97, 54 and 13. RGB value is (151,84,19). Sum of RGB (Red+Green+Blue) = 151+84+19=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #975413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975413 is #68ABEC. Grayscale: #606060. Windows color (decimal): -6859757 or 1266839. OLE color: 1266839.

HSL color Cylindrical-coordinate representation of color #975413: hue angle of 29.55º 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 #975413 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 19 -
CMYK 0 0.44 0.87 0.41
HSL 29.55º 0.78% 0.33% -
HSV(B) 29.55º 0.87% 0.59% -
XYZ 16.05 12.97 2.27 -
YUV 96.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 151 84 19 0 0.44 0.87 0.41 29.55 0.78 0.33
Hex 97 54 13 0 2C 57 29 1E 4E 21
Octal 227 124 23 0 54 127 51 36 116 41
Binary 10010111 1010100 10011 0 101100 1010111 101001 11110 1001110 100001

Color Harmonies of #975413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975413

Black with #975413

Text Example


Text Example

White with #975413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975413; }

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

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

background-color css

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

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

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

border-color css

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

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

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