Html Css Color HEX #97550E Golden Brown

📋 copy color: '#97550E'

red 151 ◦ green 85 ◦ blue 14

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

Shades of Golden Brown #97550E

Tints of Golden Brown #97550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 60.4%
G = 34%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97550E (or 0x97550E) is known color: Golden Brown. HEX triplet: 97, 55 and 0E. RGB value is (151,85,14). Sum of RGB (Red+Green+Blue) = 151+85+14=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97550E is #68AAF1. Grayscale: #606060. Windows color (decimal): -6859506 or 939415. OLE color: 939415.

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

Color convert

RGB 151 85 14 -
CMYK 0 0.44 0.91 0.41
HSL 31.09º 0.83% 0.32% -
HSV(B) 31.09º 0.91% 0.59% -
XYZ 16.09 13.11 2.1 -
YUV 96.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 151 85 14 0 0.44 0.91 0.41 31.09 0.83 0.32
Hex 97 55 E 0 2C 5B 29 1F 53 20
Octal 227 125 16 0 54 133 51 37 123 40
Binary 10010111 1010101 1110 0 101100 1011011 101001 11111 1010011 100000

Color Harmonies of #97550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97550E

Black with #97550E

Text Example


Text Example

White with #97550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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