Html Css Color HEX #97580C Golden Brown

📋 copy color: '#97580C'

red 151 ◦ green 88 ◦ blue 12

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

Shades of Golden Brown #97580C

Tints of Golden Brown #97580C

RGB

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

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

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

R = 60.16%
G = 35.06%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97580C (or 0x97580C) is known color: Golden Brown. HEX triplet: 97, 58 and 0C. RGB value is (151,88,12). Sum of RGB (Red+Green+Blue) = 151+88+12=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #97580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97580C is #68A7F3. Grayscale: #626262. Windows color (decimal): -6858740 or 809111. OLE color: 809111.

HSL color Cylindrical-coordinate representation of color #97580C: hue angle of 32.81º 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 #97580C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 12 -
CMYK 0 0.42 0.92 0.41
HSL 32.81º 0.85% 0.32% -
HSV(B) 32.81º 0.92% 0.59% -
XYZ 16.32 13.59 2.11 -
YUV 98.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 151 88 12 0 0.42 0.92 0.41 32.81 0.85 0.32
Hex 97 58 C 0 2A 5C 29 21 55 20
Octal 227 130 14 0 52 134 51 41 125 40
Binary 10010111 1011000 1100 0 101010 1011100 101001 100001 1010101 100000

Color Harmonies of #97580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97580C

Black with #97580C

Text Example


Text Example

White with #97580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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