Html Css Color HEX #97530F Saddle Brown

📋 copy color: '#97530F'

red 151 ◦ green 83 ◦ blue 15

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

Shades of Saddle Brown #97530F

Tints of Saddle Brown #97530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 60.64%
G = 33.33%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97530F (or 0x97530F) is known color: Saddle Brown. HEX triplet: 97, 53 and 0F. RGB value is (151,83,15). Sum of RGB (Red+Green+Blue) = 151+83+15=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #97530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97530F is #68ACF0. Grayscale: #5F5F5F. Windows color (decimal): -6860017 or 1004439. OLE color: 1004439.

HSL color Cylindrical-coordinate representation of color #97530F: hue angle of 30º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97530F is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 15 -
CMYK 0 0.45 0.90 0.41
HSL 30º 0.82% 0.33% -
HSV(B) 30º 0.9% 0.59% -
XYZ 15.94 12.8 2.08 -
YUV 95.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 151 83 15 0 0.45 0.90 0.41 30 0.82 0.33
Hex 97 53 F 0 2D 5A 29 1E 52 21
Octal 227 123 17 0 55 132 51 36 122 41
Binary 10010111 1010011 1111 0 101101 1011010 101001 11110 1010010 100001

Color Harmonies of #97530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97530F

Black with #97530F

Text Example


Text Example

White with #97530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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