Html Css Color HEX #97441D Saddle Brown

📋 copy color: '#97441D'

red 151 ◦ green 68 ◦ blue 29

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

Shades of Saddle Brown #97441D

Tints of Saddle Brown #97441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 60.89%
G = 27.42%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97441D (or 0x97441D) is known color: Saddle Brown. HEX triplet: 97, 44 and 1D. RGB value is (151,68,29). Sum of RGB (Red+Green+Blue) = 151+68+29=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #97441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97441D is #68BBE2. Grayscale: #585858. Windows color (decimal): -6863843 or 1918103. OLE color: 1918103.

HSL color Cylindrical-coordinate representation of color #97441D: hue angle of 19.18º degrees, saturation: 0.68, 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 #97441D is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 29 -
CMYK 0 0.55 0.81 0.41
HSL 19.18º 0.68% 0.35% -
HSV(B) 19.18º 0.81% 0.59% -
XYZ 15.05 10.8 2.45 -
YUV 88.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 151 68 29 0 0.55 0.81 0.41 19.18 0.68 0.35
Hex 97 44 1D 0 37 51 29 13 44 23
Octal 227 104 35 0 67 121 51 23 104 43
Binary 10010111 1000100 11101 0 110111 1010001 101001 10011 1000100 100011

Color Harmonies of #97441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97441D

Black with #97441D

Text Example


Text Example

White with #97441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97441D; }

 p { color: rgb(151,68,29); }

 H1.HeaderClassName
 {
   color: #97441D;
 }
 .AnyTagClassName
 {
   color: #97441D;
 }
</style>

background-color css

<style>
 a { background-color: #97441D; }

 a { background-color: rgb(151,68,29); }

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

border-color css

<style>
 span { border-color: #97441D; }

 span { border-color: rgb(151,68,29); }

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