Html Css Color HEX #94350E Saddle Brown

📋 copy color: '#94350E'

red 148 ◦ green 53 ◦ blue 14

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

Shades of Saddle Brown #94350E

Tints of Saddle Brown #94350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 68.84%
G = 24.65%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94350E (or 0x94350E) is known color: Saddle Brown. HEX triplet: 94, 35 and 0E. RGB value is (148,53,14). Sum of RGB (Red+Green+Blue) = 148+53+14=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94350E is #6BCAF1. Grayscale: #4D4D4D. Windows color (decimal): -7064306 or 931220. OLE color: 931220.

HSL color Cylindrical-coordinate representation of color #94350E: hue angle of 17.46º degrees, saturation: 0.83, 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 #94350E is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 53 14 -
CMYK 0 0.64 0.91 0.42
HSL 17.46º 0.83% 0.32% -
HSV(B) 17.46º 0.91% 0.58% -
XYZ 13.57 8.87 1.41 -
YUV 76.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 148 53 14 0 0.64 0.91 0.42 17.46 0.83 0.32
Hex 94 35 E 0 40 5B 2A 11 53 20
Octal 224 65 16 0 100 133 52 21 123 40
Binary 10010100 110101 1110 0 1000000 1011011 101010 10001 1010011 100000

Color Harmonies of #94350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94350E

Black with #94350E

Text Example


Text Example

White with #94350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94350E; }

 p { color: rgb(148,53,14); }

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

background-color css

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

 a { background-color: rgb(148,53,14); }

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

border-color css

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

 span { border-color: rgb(148,53,14); }

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