Html Css Color HEX #3C241B Brown Pod

📋 copy color: '#3C241B'

red 60 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #3C241B

Tints of Brown Pod #3C241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 48.78%
G = 29.27%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3C241B (or 0x3C241B) is known color: Brown Pod. HEX triplet: 3C, 24 and 1B. RGB value is (60,36,27). Sum of RGB (Red+Green+Blue) = 60+36+27=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C241B is #C3DBE4. Grayscale: #2A2A2A. Windows color (decimal): -12835813 or 1778748. OLE color: 1778748.

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

Color convert

RGB 60 36 27 -
CMYK 0 0.40 0.55 0.76
HSL 16.36º 0.38% 0.17% -
HSV(B) 16.36º 0.55% 0.24% -
XYZ 2.69 2.3 1.34 -
YUV 42.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 60 36 27 0 0.40 0.55 0.76 16.36 0.38 0.17
Hex 3C 24 1B 0 28 37 4C 10 26 11
Octal 74 44 33 0 50 67 114 20 46 21
Binary 111100 100100 11011 0 101000 110111 1001100 10000 100110 10001

Color Harmonies of #3C241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C241B

Black with #3C241B

Text Example


Text Example

White with #3C241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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