#3A1703

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

Shades of Brown Pod #3A1703

Tints of Brown Pod #3A1703

Color information

#3A1703 (or 0x3A1703) is unknown color: approx Brown Pod. HEX triplet: 3A, 17 and 03. RGB value is (58,23,3). Sum of RGB (Red+Green+Blue) = 58+23+3=84 (11% of max value = 765). Red value is 58 (23.05% from 255 or 69.05% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1703 is #C5E8FC. Grayscale: #1F1F1F. Windows color (decimal): -12970237 or 202554. OLE color: 202554.

HSL color Cylindrical-coordinate representation of color #3A1703: hue angle of 21.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A1703 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB58233-
CMYK00.600.950.77
HSL21.82º90.16%11.96%-
HSV(B)21.82º94.83%22.75%-
XYZ2.071.520.27-
YUV31.18112.1147.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 69.05%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 3 (1.56% from 255) = 3.57%
R=69.05%
G=27.38%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5823300.600.950.7721.8290.1611.96
Hex3A17303C5F4D165ac
Octal722730741371152613214
Binary11101010111110111100101111110011011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A1703; }

 p { color: rgb(58,23,3); }

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

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

 a { background-color: rgb(58,23,3); }

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

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

 span { border-color: rgb(58,23,3); }

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