Html Css Color HEX #97530E Saddle Brown

📋 copy color: '#97530E'

red 151 ◦ green 83 ◦ blue 14

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

Shades of Saddle Brown #97530E

Tints of Saddle Brown #97530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 60.89%
G = 33.47%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97530E (or 0x97530E) is known color: Saddle Brown. HEX triplet: 97, 53 and 0E. RGB value is (151,83,14). Sum of RGB (Red+Green+Blue) = 151+83+14=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #97530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97530E is #68ACF1. Grayscale: #5F5F5F. Windows color (decimal): -6860018 or 938903. OLE color: 938903.

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

Color convert

RGB 151 83 14 -
CMYK 0 0.45 0.91 0.41
HSL 30.22º 0.83% 0.32% -
HSV(B) 30.22º 0.91% 0.59% -
XYZ 15.94 12.8 2.05 -
YUV 95.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 151 83 14 0 0.45 0.91 0.41 30.22 0.83 0.32
Hex 97 53 E 0 2D 5B 29 1E 53 20
Octal 227 123 16 0 55 133 51 36 123 40
Binary 10010111 1010011 1110 0 101101 1011011 101001 11110 1010011 100000

Color Harmonies of #97530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97530E

Black with #97530E

Text Example


Text Example

White with #97530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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