Html Css Color HEX #97481C Saddle Brown

📋 copy color: '#97481C'

red 151 ◦ green 72 ◦ blue 28

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

Shades of Saddle Brown #97481C

Tints of Saddle Brown #97481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 60.16%
G = 28.69%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97481C (or 0x97481C) is known color: Saddle Brown. HEX triplet: 97, 48 and 1C. RGB value is (151,72,28). Sum of RGB (Red+Green+Blue) = 151+72+28=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #97481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97481C is #68B7E3. Grayscale: #5A5A5A. Windows color (decimal): -6862820 or 1853591. OLE color: 1853591.

HSL color Cylindrical-coordinate representation of color #97481C: hue angle of 21.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97481C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 72 28 -
CMYK 0 0.52 0.81 0.41
HSL 21.46º 0.69% 0.35% -
HSV(B) 21.46º 0.81% 0.59% -
XYZ 15.29 11.3 2.47 -
YUV 90.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 151 72 28 0 0.52 0.81 0.41 21.46 0.69 0.35
Hex 97 48 1C 0 34 51 29 15 45 23
Octal 227 110 34 0 64 121 51 25 105 43
Binary 10010111 1001000 11100 0 110100 1010001 101001 10101 1000101 100011

Color Harmonies of #97481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97481C

Black with #97481C

Text Example


Text Example

White with #97481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97481C; }

 p { color: rgb(151,72,28); }

 H1.HeaderClassName
 {
   color: #97481C;
 }
 .AnyTagClassName
 {
   color: #97481C;
 }
</style>

background-color css

<style>
 a { background-color: #97481C; }

 a { background-color: rgb(151,72,28); }

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

border-color css

<style>
 span { border-color: #97481C; }

 span { border-color: rgb(151,72,28); }

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