Html Css Color HEX #3C241A Brown Pod

📋 copy color: '#3C241A'

red 60 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #3C241A

Tints of Brown Pod #3C241A

RGB

 RED value IS 60 (23.83% from 255) = 49.18%

 GREEN value IS 36 (14.45% from 255) = 29.51%

 BLUE value IS 26 (10.55% from 255) = 21.31%

R = 49.18%
G = 29.51%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#3C241A (or 0x3C241A) is known color: Brown Pod. HEX triplet: 3C, 24 and 1A. RGB value is (60,36,26). Sum of RGB (Red+Green+Blue) = 60+36+26=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C241A is #C3DBE5. Grayscale: #2A2A2A. Windows color (decimal): -12835814 or 1713212. OLE color: 1713212.

HSL color Cylindrical-coordinate representation of color #3C241A: hue angle of 17.65º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C241A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 36 26 -
CMYK 0 0.40 0.57 0.76
HSL 17.65º 0.4% 0.17% -
HSV(B) 17.65º 0.57% 0.24% -
XYZ 2.68 2.3 1.28 -
YUV 42.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 60 36 26 0 0.40 0.57 0.76 17.65 0.4 0.17
Hex 3C 24 1A 0 28 39 4C 12 28 11
Octal 74 44 32 0 50 71 114 22 50 21
Binary 111100 100100 11010 0 101000 111001 1001100 10010 101000 10001

Color Harmonies of #3C241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C241A

Black with #3C241A

Text Example


Text Example

White with #3C241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,36,26); }

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

background-color css

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

 a { background-color: rgb(60,36,26); }

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

border-color css

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

 span { border-color: rgb(60,36,26); }

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