Html Css Color HEX #97440B Saddle Brown

📋 copy color: '#97440B'

red 151 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #97440B

Tints of Saddle Brown #97440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.78%

R = 65.65%
G = 29.57%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97440B (or 0x97440B) is known color: Saddle Brown. HEX triplet: 97, 44 and 0B. RGB value is (151,68,11). Sum of RGB (Red+Green+Blue) = 151+68+11=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #97440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97440B is #68BBF4. Grayscale: #565656. Windows color (decimal): -6863861 or 738455. OLE color: 738455.

HSL color Cylindrical-coordinate representation of color #97440B: hue angle of 24.43º degrees, saturation: 0.86, 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 #97440B is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 11 -
CMYK 0 0.55 0.93 0.41
HSL 24.43º 0.86% 0.32% -
HSV(B) 24.43º 0.93% 0.59% -
XYZ 14.89 10.74 1.6 -
YUV 86.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 151 68 11 0 0.55 0.93 0.41 24.43 0.86 0.32
Hex 97 44 B 0 37 5D 29 18 56 20
Octal 227 104 13 0 67 135 51 30 126 40
Binary 10010111 1000100 1011 0 110111 1011101 101001 11000 1010110 100000

Color Harmonies of #97440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97440B

Black with #97440B

Text Example


Text Example

White with #97440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97440B; }

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

 H1.HeaderClassName
 {
   color: #97440B;
 }
 .AnyTagClassName
 {
   color: #97440B;
 }
</style>

background-color css

<style>
 a { background-color: #97440B; }

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

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

border-color css

<style>
 span { border-color: #97440B; }

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

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