Html Css Color HEX #97520A Saddle Brown

📋 copy color: '#97520A'

red 151 ◦ green 82 ◦ blue 10

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

Shades of Saddle Brown #97520A

Tints of Saddle Brown #97520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 62.14%
G = 33.74%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97520A (or 0x97520A) is known color: Saddle Brown. HEX triplet: 97, 52 and 0A. RGB value is (151,82,10). Sum of RGB (Red+Green+Blue) = 151+82+10=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #97520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97520A is #68ADF5. Grayscale: #5E5E5E. Windows color (decimal): -6860278 or 676503. OLE color: 676503.

HSL color Cylindrical-coordinate representation of color #97520A: hue angle of 30.64º degrees, saturation: 0.88, 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 #97520A is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 10 -
CMYK 0 0.46 0.93 0.41
HSL 30.64º 0.88% 0.32% -
HSV(B) 30.64º 0.93% 0.59% -
XYZ 15.83 12.64 1.89 -
YUV 94.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 151 82 10 0 0.46 0.93 0.41 30.64 0.88 0.32
Hex 97 52 A 0 2E 5D 29 1F 58 20
Octal 227 122 12 0 56 135 51 37 130 40
Binary 10010111 1010010 1010 0 101110 1011101 101001 11111 1011000 100000

Color Harmonies of #97520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97520A

Black with #97520A

Text Example


Text Example

White with #97520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97520A; }

 p { color: rgb(151,82,10); }

 H1.HeaderClassName
 {
   color: #97520A;
 }
 .AnyTagClassName
 {
   color: #97520A;
 }
</style>

background-color css

<style>
 a { background-color: #97520A; }

 a { background-color: rgb(151,82,10); }

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

border-color css

<style>
 span { border-color: #97520A; }

 span { border-color: rgb(151,82,10); }

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