Html Css Color HEX #94310D Saddle Brown

📋 copy color: '#94310D'

red 148 ◦ green 49 ◦ blue 13

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

Shades of Saddle Brown #94310D

Tints of Saddle Brown #94310D

RGB

 RED value IS 148 (58.2% from 255) = 70.48%

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

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 70.48%
G = 23.33%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94310D (or 0x94310D) is known color: Saddle Brown. HEX triplet: 94, 31 and 0D. RGB value is (148,49,13). Sum of RGB (Red+Green+Blue) = 148+49+13=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94310D is #6BCEF2. Grayscale: #4A4A4A. Windows color (decimal): -7065331 or 864660. OLE color: 864660.

HSL color Cylindrical-coordinate representation of color #94310D: hue angle of 16º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94310D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 13 -
CMYK 0 0.67 0.91 0.42
HSL 16º 0.84% 0.32% -
HSV(B) 16º 0.91% 0.58% -
XYZ 13.38 8.52 1.32 -
YUV 74.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 148 49 13 0 0.67 0.91 0.42 16 0.84 0.32
Hex 94 31 D 0 43 5B 2A 10 54 20
Octal 224 61 15 0 103 133 52 20 124 40
Binary 10010100 110001 1101 0 1000011 1011011 101010 10000 1010100 100000

Color Harmonies of #94310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94310D

Black with #94310D

Text Example


Text Example

White with #94310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94310D; }

 p { color: rgb(148,49,13); }

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

background-color css

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

 a { background-color: rgb(148,49,13); }

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

border-color css

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

 span { border-color: rgb(148,49,13); }

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