Html Css Color HEX #97580E Golden Brown

📋 copy color: '#97580E'

red 151 ◦ green 88 ◦ blue 14

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

Shades of Golden Brown #97580E

Tints of Golden Brown #97580E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 59.68%
G = 34.78%
B = 5.53%

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

#97580E (or 0x97580E) is known color: Golden Brown. HEX triplet: 97, 58 and 0E. RGB value is (151,88,14). Sum of RGB (Red+Green+Blue) = 151+88+14=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #97580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97580E is #68A7F1. Grayscale: #626262. Windows color (decimal): -6858738 or 940183. OLE color: 940183.

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

Color convert

RGB 151 88 14 -
CMYK 0 0.42 0.91 0.41
HSL 32.41º 0.83% 0.32% -
HSV(B) 32.41º 0.91% 0.59% -
XYZ 16.33 13.59 2.18 -
YUV 98.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 151 88 14 0 0.42 0.91 0.41 32.41 0.83 0.32
Hex 97 58 E 0 2A 5B 29 20 53 20
Octal 227 130 16 0 52 133 51 40 123 40
Binary 10010111 1011000 1110 0 101010 1011011 101001 100000 1010011 100000

Color Harmonies of #97580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97580E

Black with #97580E

Text Example


Text Example

White with #97580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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