Html Css Color HEX #3D2A25 Brown Pod

📋 copy color: '#3D2A25'

red 61 ◦ green 42 ◦ blue 37

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

Shades of Brown Pod #3D2A25

Tints of Brown Pod #3D2A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

 BLUE value IS 37 (14.84% from 255) = 26.43%

R = 43.57%
G = 30%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#3D2A25 (or 0x3D2A25) is known color: Brown Pod. HEX triplet: 3D, 2A and 25. RGB value is (61,42,37). Sum of RGB (Red+Green+Blue) = 61+42+37=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A25 is #C2D5DA. Grayscale: #2F2F2F. Windows color (decimal): -12768731 or 2435645. OLE color: 2435645.

HSL color Cylindrical-coordinate representation of color #3D2A25: hue angle of 12.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2A25 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 42 37 -
CMYK 0 0.31 0.39 0.76
HSL 12.5º 0.24% 0.19% -
HSV(B) 12.5º 0.39% 0.24% -
XYZ 3.09 2.78 2.12 -
YUV 47.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 61 42 37 0 0.31 0.39 0.76 12.5 0.24 0.19
Hex 3D 2A 25 0 1F 27 4C C 18 13
Octal 75 52 45 0 37 47 114 14 30 23
Binary 111101 101010 100101 0 11111 100111 1001100 1100 11000 10011

Color Harmonies of #3D2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2A25

Black with #3D2A25

Text Example


Text Example

White with #3D2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,42,37); }

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

background-color css

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

 a { background-color: rgb(61,42,37); }

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

border-color css

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

 span { border-color: rgb(61,42,37); }

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