Html Css Color HEX #3D241C Brown Pod

📋 copy color: '#3D241C'

red 61 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #3D241C

Tints of Brown Pod #3D241C

RGB

 RED value IS 61 (24.22% from 255) = 48.8%

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

 BLUE value IS 28 (11.33% from 255) = 22.4%

R = 48.8%
G = 28.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.76

RGB Variations

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

Color information

#3D241C (or 0x3D241C) is known color: Brown Pod. HEX triplet: 3D, 24 and 1C. RGB value is (61,36,28). Sum of RGB (Red+Green+Blue) = 61+36+28=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D241C is #C2DBE3. Grayscale: #2A2A2A. Windows color (decimal): -12770276 or 1844285. OLE color: 1844285.

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

Color convert

RGB 61 36 28 -
CMYK 0 0.41 0.54 0.76
HSL 14.55º 0.37% 0.17% -
HSV(B) 14.55º 0.54% 0.24% -
XYZ 2.76 2.34 1.4 -
YUV 42.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 61 36 28 0 0.41 0.54 0.76 14.55 0.37 0.17
Hex 3D 24 1C 0 29 36 4C F 25 11
Octal 75 44 34 0 51 66 114 17 45 21
Binary 111101 100100 11100 0 101001 110110 1001100 1111 100101 10001

Color Harmonies of #3D241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D241C

Black with #3D241C

Text Example


Text Example

White with #3D241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,36,28); }

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

background-color css

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

 a { background-color: rgb(61,36,28); }

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

border-color css

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

 span { border-color: rgb(61,36,28); }

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