Html Css Color HEX #993C14 Saddle Brown

📋 copy color: '#993C14'

red 153 ◦ green 60 ◦ blue 20

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

Shades of Saddle Brown #993C14

Tints of Saddle Brown #993C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 65.67%
G = 25.75%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#993C14 (or 0x993C14) is known color: Saddle Brown. HEX triplet: 99, 3C and 14. RGB value is (153,60,20). Sum of RGB (Red+Green+Blue) = 153+60+20=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #993C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C14 is #66C3EB. Grayscale: #535353. Windows color (decimal): -6734828 or 1326233. OLE color: 1326233.

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

Color convert

RGB 153 60 20 -
CMYK 0 0.61 0.87 0.4
HSL 18.05º 0.77% 0.34% -
HSV(B) 18.05º 0.87% 0.6% -
XYZ 14.88 10.05 1.82 -
YUV 83.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 153 60 20 0 0.61 0.87 0.4 18.05 0.77 0.34
Hex 99 3C 14 0 3D 57 28 12 4D 22
Octal 231 74 24 0 75 127 50 22 115 42
Binary 10011001 111100 10100 0 111101 1010111 101000 10010 1001101 100010

Color Harmonies of #993C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C14

Black with #993C14

Text Example


Text Example

White with #993C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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