Html Css Color HEX #97380C Saddle Brown

📋 copy color: '#97380C'

red 151 ◦ green 56 ◦ blue 12

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

Shades of Saddle Brown #97380C

Tints of Saddle Brown #97380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 68.95%
G = 25.57%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97380C (or 0x97380C) is known color: Saddle Brown. HEX triplet: 97, 38 and 0C. RGB value is (151,56,12). Sum of RGB (Red+Green+Blue) = 151+56+12=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #97380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97380C is #68C7F3. Grayscale: #4F4F4F. Windows color (decimal): -6866932 or 800919. OLE color: 800919.

HSL color Cylindrical-coordinate representation of color #97380C: hue angle of 18.99º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97380C is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 12 -
CMYK 0 0.63 0.92 0.41
HSL 18.99º 0.85% 0.32% -
HSV(B) 18.99º 0.92% 0.59% -
XYZ 14.24 9.43 1.42 -
YUV 79.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 151 56 12 0 0.63 0.92 0.41 18.99 0.85 0.32
Hex 97 38 C 0 3F 5C 29 13 55 20
Octal 227 70 14 0 77 134 51 23 125 40
Binary 10010111 111000 1100 0 111111 1011100 101001 10011 1010101 100000

Color Harmonies of #97380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97380C

Black with #97380C

Text Example


Text Example

White with #97380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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