#943200

Color #943200 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #943200

Tints of Saddle Brown #943200

Color information

#943200 (or 0x943200) is unknown color: approx Saddle Brown. HEX triplet: 94, 32 and 00. RGB value is (148,50,0). Sum of RGB (Red+Green+Blue) = 148+50+0=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #943200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943200 is #6BCDFF. Grayscale: #494949. Windows color (decimal): -7065088 or 12948. OLE color: 12948.

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

Color convert

RGB148500-
CMYK00.6610.42
HSL20.27º100%29.02%-
HSV(B)20.27º100%58.04%-
XYZ13.358.580.95-
YUV73.686.47181.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 74.75%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.75%
G=25.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14850000.6610.4220.2710029.02
Hex94320042642A14641d
Octal2246200102144522414435
Binary10010100110010001000010110010010101010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943200; }

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

 H1.HeaderClassName
 {
   color: #943200;
 }
 .AnyTagClassName
 {
   color: #943200;
 }
</style>
background-color css

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

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

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

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

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

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