Html Css Color HEX #97420D Saddle Brown

📋 copy color: '#97420D'

red 151 ◦ green 66 ◦ blue 13

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

Shades of Saddle Brown #97420D

Tints of Saddle Brown #97420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 65.65%
G = 28.7%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97420D (or 0x97420D) is known color: Saddle Brown. HEX triplet: 97, 42 and 0D. RGB value is (151,66,13). Sum of RGB (Red+Green+Blue) = 151+66+13=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #97420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97420D is #68BDF2. Grayscale: #555555. Windows color (decimal): -6864371 or 869015. OLE color: 869015.

HSL color Cylindrical-coordinate representation of color #97420D: hue angle of 23.04º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97420D is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 13 -
CMYK 0 0.56 0.91 0.41
HSL 23.04º 0.84% 0.32% -
HSV(B) 23.04º 0.91% 0.59% -
XYZ 14.78 10.5 1.63 -
YUV 85.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 151 66 13 0 0.56 0.91 0.41 23.04 0.84 0.32
Hex 97 42 D 0 38 5B 29 17 54 20
Octal 227 102 15 0 70 133 51 27 124 40
Binary 10010111 1000010 1101 0 111000 1011011 101001 10111 1010100 100000

Color Harmonies of #97420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97420D

Black with #97420D

Text Example


Text Example

White with #97420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,66,13); }

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

background-color css

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

 a { background-color: rgb(151,66,13); }

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

border-color css

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

 span { border-color: rgb(151,66,13); }

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