#943B02

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

Shades of Saddle Brown #943B02

Tints of Saddle Brown #943B02

Color information

#943B02 (or 0x943B02) is unknown color: approx Saddle Brown. HEX triplet: 94, 3B and 02. RGB value is (148,59,2). Sum of RGB (Red+Green+Blue) = 148+59+2=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #943B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943B02 is #6BC4FD. Grayscale: #4F4F4F. Windows color (decimal): -7062782 or 146324. OLE color: 146324.

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

Color convert

RGB148592-
CMYK00.600.990.42
HSL23.42º97.33%29.41%-
HSV(B)23.42º98.65%58.04%-
XYZ13.799.431.15-
YUV79.1184.49177.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=70.81%
G=28.23%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14859200.600.990.4223.4297.3329.41
Hex943B203C632A17611d
Octal224732074143522714135
Binary10010100111011100111100110001110101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943B02; }

 p { color: rgb(148,59,2); }

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

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

 a { background-color: rgb(148,59,2); }

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

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

 span { border-color: rgb(148,59,2); }

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