Html Css Color HEX #993108 Saddle Brown

📋 copy color: '#993108'

red 153 ◦ green 49 ◦ blue 8

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

Shades of Saddle Brown #993108

Tints of Saddle Brown #993108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 72.86%
G = 23.33%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#993108 (or 0x993108) is known color: Saddle Brown. HEX triplet: 99, 31 and 08. RGB value is (153,49,8). Sum of RGB (Red+Green+Blue) = 153+49+8=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #993108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993108 is #66CEF7. Grayscale: #4B4B4B. Windows color (decimal): -6737656 or 536985. OLE color: 536985.

HSL color Cylindrical-coordinate representation of color #993108: hue angle of 16.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #993108 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 8 -
CMYK 0 0.68 0.95 0.4
HSL 16.97º 0.9% 0.32% -
HSV(B) 16.97º 0.95% 0.6% -
XYZ 14.28 8.99 1.21 -
YUV 75.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 153 49 8 0 0.68 0.95 0.4 16.97 0.9 0.32
Hex 99 31 8 0 44 5F 28 11 5A 20
Octal 231 61 10 0 104 137 50 21 132 40
Binary 10011001 110001 1000 0 1000100 1011111 101000 10001 1011010 100000

Color Harmonies of #993108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993108

Black with #993108

Text Example


Text Example

White with #993108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993108; }

 p { color: rgb(153,49,8); }

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

background-color css

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

 a { background-color: rgb(153,49,8); }

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

border-color css

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

 span { border-color: rgb(153,49,8); }

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