Html Css Color HEX #94310B Saddle Brown

📋 copy color: '#94310B'

red 148 ◦ green 49 ◦ blue 11

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

Shades of Saddle Brown #94310B

Tints of Saddle Brown #94310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 71.15%
G = 23.56%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94310B (or 0x94310B) is known color: Saddle Brown. HEX triplet: 94, 31 and 0B. RGB value is (148,49,11). Sum of RGB (Red+Green+Blue) = 148+49+11=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94310B is #6BCEF4. Grayscale: #4A4A4A. Windows color (decimal): -7065333 or 733588. OLE color: 733588.

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

Color convert

RGB 148 49 11 -
CMYK 0 0.67 0.93 0.42
HSL 16.64º 0.86% 0.31% -
HSV(B) 16.64º 0.93% 0.58% -
XYZ 13.37 8.52 1.26 -
YUV 74.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 148 49 11 0 0.67 0.93 0.42 16.64 0.86 0.31
Hex 94 31 B 0 43 5D 2A 11 56 1F
Octal 224 61 13 0 103 135 52 21 126 37
Binary 10010100 110001 1011 0 1000011 1011101 101010 10001 1010110 11111

Color Harmonies of #94310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94310B

Black with #94310B

Text Example


Text Example

White with #94310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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