Html Css Color HEX #97390D Saddle Brown

📋 copy color: '#97390D'

red 151 ◦ green 57 ◦ blue 13

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

Shades of Saddle Brown #97390D

Tints of Saddle Brown #97390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

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

R = 68.33%
G = 25.79%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97390D (or 0x97390D) is known color: Saddle Brown. HEX triplet: 97, 39 and 0D. RGB value is (151,57,13). Sum of RGB (Red+Green+Blue) = 151+57+13=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #97390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97390D is #68C6F2. Grayscale: #505050. Windows color (decimal): -6866675 or 866711. OLE color: 866711.

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

Color convert

RGB 151 57 13 -
CMYK 0 0.62 0.91 0.41
HSL 19.13º 0.84% 0.32% -
HSV(B) 19.13º 0.91% 0.59% -
XYZ 14.3 9.53 1.47 -
YUV 80.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 151 57 13 0 0.62 0.91 0.41 19.13 0.84 0.32
Hex 97 39 D 0 3E 5B 29 13 54 20
Octal 227 71 15 0 76 133 51 23 124 40
Binary 10010111 111001 1101 0 111110 1011011 101001 10011 1010100 100000

Color Harmonies of #97390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97390D

Black with #97390D

Text Example


Text Example

White with #97390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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