Html Css Color HEX #97580D Golden Brown

📋 copy color: '#97580D'

red 151 ◦ green 88 ◦ blue 13

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

Shades of Golden Brown #97580D

Tints of Golden Brown #97580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 59.92%
G = 34.92%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97580D (or 0x97580D) is known color: Golden Brown. HEX triplet: 97, 58 and 0D. RGB value is (151,88,13). Sum of RGB (Red+Green+Blue) = 151+88+13=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #97580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97580D is #68A7F2. Grayscale: #626262. Windows color (decimal): -6858739 or 874647. OLE color: 874647.

HSL color Cylindrical-coordinate representation of color #97580D: hue angle of 32.61º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97580D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 13 -
CMYK 0 0.42 0.91 0.41
HSL 32.61º 0.84% 0.32% -
HSV(B) 32.61º 0.91% 0.59% -
XYZ 16.32 13.59 2.14 -
YUV 98.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 151 88 13 0 0.42 0.91 0.41 32.61 0.84 0.32
Hex 97 58 D 0 2A 5B 29 21 54 20
Octal 227 130 15 0 52 133 51 41 124 40
Binary 10010111 1011000 1101 0 101010 1011011 101001 100001 1010100 100000

Color Harmonies of #97580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97580D

Black with #97580D

Text Example


Text Example

White with #97580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97580D; }

 p { color: rgb(151,88,13); }

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

background-color css

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

 a { background-color: rgb(151,88,13); }

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

border-color css

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

 span { border-color: rgb(151,88,13); }

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