Html Css Color HEX #993814 Saddle Brown

📋 copy color: '#993814'

red 153 ◦ green 56 ◦ blue 20

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

Shades of Saddle Brown #993814

Tints of Saddle Brown #993814

RGB

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

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

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

R = 66.81%
G = 24.45%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#993814 (or 0x993814) is known color: Saddle Brown. HEX triplet: 99, 38 and 14. RGB value is (153,56,20). Sum of RGB (Red+Green+Blue) = 153+56+20=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #993814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993814 is #66C7EB. Grayscale: #515151. Windows color (decimal): -6735852 or 1325209. OLE color: 1325209.

HSL color Cylindrical-coordinate representation of color #993814: hue angle of 16.24º 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 #993814 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 20 -
CMYK 0 0.63 0.87 0.4
HSL 16.24º 0.77% 0.34% -
HSV(B) 16.24º 0.87% 0.6% -
XYZ 14.68 9.65 1.75 -
YUV 80.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 153 56 20 0 0.63 0.87 0.4 16.24 0.77 0.34
Hex 99 38 14 0 3F 57 28 10 4D 22
Octal 231 70 24 0 77 127 50 20 115 42
Binary 10011001 111000 10100 0 111111 1010111 101000 10000 1001101 100010

Color Harmonies of #993814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993814

Black with #993814

Text Example


Text Example

White with #993814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993814; }

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

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

background-color css

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

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

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

border-color css

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

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

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