#3C210D

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

Shades of Brown Pod #3C210D

Tints of Brown Pod #3C210D

Color information

#3C210D (or 0x3C210D) is unknown color: approx Brown Pod. HEX triplet: 3C, 21 and 0D. RGB value is (60,33,13). Sum of RGB (Red+Green+Blue) = 60+33+13=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C210D is #C3DEF2. Grayscale: #262626. Windows color (decimal): -12836595 or 860476. OLE color: 860476.

HSL color Cylindrical-coordinate representation of color #3C210D: hue angle of 25.53º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C210D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB603313-
CMYK00.450.780.76
HSL25.53º64.38%14.31%-
HSV(B)25.53º78.33%23.53%-
XYZ2.482.080.65-
YUV38.79113.45143.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.60%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=56.60%
G=31.13%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60331300.450.780.7625.5364.3814.31
Hex3C21D02D4E4C1a40e
Octal7441150551161143210016
Binary11110010000111010101101100111010011001101010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,13); }

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

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

 a { background-color: rgb(60,33,13); }

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

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

 span { border-color: rgb(60,33,13); }

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