Html Css Color HEX #993812 Saddle Brown

📋 copy color: '#993812'

red 153 ◦ green 56 ◦ blue 18

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

Shades of Saddle Brown #993812

Tints of Saddle Brown #993812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 67.4%
G = 24.67%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#993812 (or 0x993812) is known color: Saddle Brown. HEX triplet: 99, 38 and 12. RGB value is (153,56,18). Sum of RGB (Red+Green+Blue) = 153+56+18=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993812 is #66C7ED. Grayscale: #505050. Windows color (decimal): -6735854 or 1194137. OLE color: 1194137.

HSL color Cylindrical-coordinate representation of color #993812: hue angle of 16.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993812 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 18 -
CMYK 0 0.63 0.88 0.4
HSL 16.89º 0.79% 0.34% -
HSV(B) 16.89º 0.88% 0.6% -
XYZ 14.66 9.64 1.66 -
YUV 80.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 153 56 18 0 0.63 0.88 0.4 16.89 0.79 0.34
Hex 99 38 12 0 3F 58 28 11 4F 22
Octal 231 70 22 0 77 130 50 21 117 42
Binary 10011001 111000 10010 0 111111 1011000 101000 10001 1001111 100010

Color Harmonies of #993812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993812

Black with #993812

Text Example


Text Example

White with #993812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993812; }

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

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

background-color css

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

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

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

border-color css

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

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

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