Html Css Color HEX #97380D Saddle Brown

📋 copy color: '#97380D'

red 151 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #97380D

Tints of Saddle Brown #97380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 68.64%
G = 25.45%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97380D (or 0x97380D) is known color: Saddle Brown. HEX triplet: 97, 38 and 0D. RGB value is (151,56,13). Sum of RGB (Red+Green+Blue) = 151+56+13=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #97380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97380D is #68C7F2. Grayscale: #4F4F4F. Windows color (decimal): -6866931 or 866455. OLE color: 866455.

HSL color Cylindrical-coordinate representation of color #97380D: hue angle of 18.7º 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 #97380D is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 13 -
CMYK 0 0.63 0.91 0.41
HSL 18.7º 0.84% 0.32% -
HSV(B) 18.7º 0.91% 0.59% -
XYZ 14.25 9.44 1.45 -
YUV 79.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 151 56 13 0 0.63 0.91 0.41 18.7 0.84 0.32
Hex 97 38 D 0 3F 5B 29 13 54 20
Octal 227 70 15 0 77 133 51 23 124 40
Binary 10010111 111000 1101 0 111111 1011011 101001 10011 1010100 100000

Color Harmonies of #97380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97380D

Black with #97380D

Text Example


Text Example

White with #97380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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