Html Css Color HEX #94320E Saddle Brown

📋 copy color: '#94320E'

red 148 ◦ green 50 ◦ blue 14

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

Shades of Saddle Brown #94320E

Tints of Saddle Brown #94320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 69.81%
G = 23.58%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94320E (or 0x94320E) is known color: Saddle Brown. HEX triplet: 94, 32 and 0E. RGB value is (148,50,14). Sum of RGB (Red+Green+Blue) = 148+50+14=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94320E is #6BCDF1. Grayscale: #4B4B4B. Windows color (decimal): -7065074 or 930452. OLE color: 930452.

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

Color convert

RGB 148 50 14 -
CMYK 0 0.66 0.91 0.42
HSL 16.12º 0.83% 0.32% -
HSV(B) 16.12º 0.91% 0.58% -
XYZ 13.43 8.61 1.37 -
YUV 75.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 148 50 14 0 0.66 0.91 0.42 16.12 0.83 0.32
Hex 94 32 E 0 42 5B 2A 10 53 20
Octal 224 62 16 0 102 133 52 20 123 40
Binary 10010100 110010 1110 0 1000010 1011011 101010 10000 1010011 100000

Color Harmonies of #94320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94320E

Black with #94320E

Text Example


Text Example

White with #94320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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