Html Css Color HEX #993C15 Saddle Brown

📋 copy color: '#993C15'

red 153 ◦ green 60 ◦ blue 21

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

Shades of Saddle Brown #993C15

Tints of Saddle Brown #993C15

RGB

 RED value IS 153 (60.16% from 255) = 65.38%

 GREEN value IS 60 (23.83% from 255) = 25.64%

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 65.38%
G = 25.64%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#993C15 (or 0x993C15) is known color: Saddle Brown. HEX triplet: 99, 3C and 15. RGB value is (153,60,21). Sum of RGB (Red+Green+Blue) = 153+60+21=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C15 is #66C3EA. Grayscale: #535353. Windows color (decimal): -6734827 or 1391769. OLE color: 1391769.

HSL color Cylindrical-coordinate representation of color #993C15: hue angle of 17.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #993C15 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 60 21 -
CMYK 0 0.61 0.86 0.4
HSL 17.73º 0.76% 0.34% -
HSV(B) 17.73º 0.86% 0.6% -
XYZ 14.89 10.06 1.87 -
YUV 83.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 153 60 21 0 0.61 0.86 0.4 17.73 0.76 0.34
Hex 99 3C 15 0 3D 56 28 12 4C 22
Octal 231 74 25 0 75 126 50 22 114 42
Binary 10011001 111100 10101 0 111101 1010110 101000 10010 1001100 100010

Color Harmonies of #993C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C15

Black with #993C15

Text Example


Text Example

White with #993C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993C15; }

 p { color: rgb(153,60,21); }

 H1.HeaderClassName
 {
   color: #993C15;
 }
 .AnyTagClassName
 {
   color: #993C15;
 }
</style>

background-color css

<style>
 a { background-color: #993C15; }

 a { background-color: rgb(153,60,21); }

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

border-color css

<style>
 span { border-color: #993C15; }

 span { border-color: rgb(153,60,21); }

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