Html Css Color HEX #943400 Saddle Brown

📋 copy color: '#943400'

red 148 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #943400

Tints of Saddle Brown #943400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74%
G = 26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#943400 (or 0x943400) is known color: Saddle Brown. HEX triplet: 94, 34 and 00. RGB value is (148,52,0). Sum of RGB (Red+Green+Blue) = 148+52+0=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #943400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943400 is #6BCBFF. Grayscale: #4B4B4B. Windows color (decimal): -7064576 or 13460. OLE color: 13460.

HSL color Cylindrical-coordinate representation of color #943400: hue angle of 21.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #943400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 0 -
CMYK 0 0.65 1 0.42
HSL 21.08º 1% 0.29% -
HSV(B) 21.08º 1% 0.58% -
XYZ 13.44 8.75 0.98 -
YUV 74.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 148 52 0 0 0.65 1 0.42 21.08 1 0.29
Hex 94 34 0 0 41 64 2A 15 64 1D
Octal 224 64 0 0 101 144 52 25 144 35
Binary 10010100 110100 0 0 1000001 1100100 101010 10101 1100100 11101

Color Harmonies of #943400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943400

Black with #943400

Text Example


Text Example

White with #943400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943400; }

 p { color: rgb(148,52,0); }

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

background-color css

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

 a { background-color: rgb(148,52,0); }

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

border-color css

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

 span { border-color: rgb(148,52,0); }

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