Html Css Color HEX #97350B Saddle Brown

📋 copy color: '#97350B'

red 151 ◦ green 53 ◦ blue 11

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

Shades of Saddle Brown #97350B

Tints of Saddle Brown #97350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 70.23%
G = 24.65%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97350B (or 0x97350B) is known color: Saddle Brown. HEX triplet: 97, 35 and 0B. RGB value is (151,53,11). Sum of RGB (Red+Green+Blue) = 151+53+11=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #97350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97350B is #68CAF4. Grayscale: #4D4D4D. Windows color (decimal): -6867701 or 734615. OLE color: 734615.

HSL color Cylindrical-coordinate representation of color #97350B: hue angle of 18º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97350B is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 53 11 -
CMYK 0 0.65 0.93 0.41
HSL 18º 0.86% 0.32% -
HSV(B) 18º 0.93% 0.59% -
XYZ 14.1 9.15 1.34 -
YUV 77.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 151 53 11 0 0.65 0.93 0.41 18 0.86 0.32
Hex 97 35 B 0 41 5D 29 12 56 20
Octal 227 65 13 0 101 135 51 22 126 40
Binary 10010111 110101 1011 0 1000001 1011101 101001 10010 1010110 100000

Color Harmonies of #97350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97350B

Black with #97350B

Text Example


Text Example

White with #97350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97350B; }

 p { color: rgb(151,53,11); }

 H1.HeaderClassName
 {
   color: #97350B;
 }
 .AnyTagClassName
 {
   color: #97350B;
 }
</style>

background-color css

<style>
 a { background-color: #97350B; }

 a { background-color: rgb(151,53,11); }

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

border-color css

<style>
 span { border-color: #97350B; }

 span { border-color: rgb(151,53,11); }

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