Html Css Color HEX #993107 Saddle Brown

📋 copy color: '#993107'

red 153 ◦ green 49 ◦ blue 7

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

Shades of Saddle Brown #993107

Tints of Saddle Brown #993107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.35%

R = 73.21%
G = 23.44%
B = 3.35%

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

#993107 (or 0x993107) is known color: Saddle Brown. HEX triplet: 99, 31 and 07. RGB value is (153,49,7). Sum of RGB (Red+Green+Blue) = 153+49+7=209 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.21% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 153 - color contains mainly: red. Hex color #993107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993107 is #66CEF8. Grayscale: #4B4B4B. Windows color (decimal): -6737657 or 471449. OLE color: 471449.

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

Color convert

RGB 153 49 7 -
CMYK 0 0.68 0.95 0.4
HSL 17.26º 0.91% 0.31% -
HSV(B) 17.26º 0.95% 0.6% -
XYZ 14.27 8.98 1.18 -
YUV 75.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 153 49 7 0 0.68 0.95 0.4 17.26 0.91 0.31
Hex 99 31 7 0 44 5F 28 11 5B 1F
Octal 231 61 7 0 104 137 50 21 133 37
Binary 10011001 110001 111 0 1000100 1011111 101000 10001 1011011 11111

Color Harmonies of #993107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993107

Black with #993107

Text Example


Text Example

White with #993107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993107; }

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

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

background-color css

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

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

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

border-color css

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

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

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