Html Css Color HEX #97380B Saddle Brown

📋 copy color: '#97380B'

red 151 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #97380B

Tints of Saddle Brown #97380B

RGB

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

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

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

R = 69.27%
G = 25.69%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97380B (or 0x97380B) is known color: Saddle Brown. HEX triplet: 97, 38 and 0B. RGB value is (151,56,11). Sum of RGB (Red+Green+Blue) = 151+56+11=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #97380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97380B is #68C7F4. Grayscale: #4F4F4F. Windows color (decimal): -6866933 or 735383. OLE color: 735383.

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

Color convert

RGB 151 56 11 -
CMYK 0 0.63 0.93 0.41
HSL 19.29º 0.86% 0.32% -
HSV(B) 19.29º 0.93% 0.59% -
XYZ 14.24 9.43 1.39 -
YUV 79.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 151 56 11 0 0.63 0.93 0.41 19.29 0.86 0.32
Hex 97 38 B 0 3F 5D 29 13 56 20
Octal 227 70 13 0 77 135 51 23 126 40
Binary 10010111 111000 1011 0 111111 1011101 101001 10011 1010110 100000

Color Harmonies of #97380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97380B

Black with #97380B

Text Example


Text Example

White with #97380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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