Html Css Color HEX #3D251B Brown Pod

📋 copy color: '#3D251B'

red 61 ◦ green 37 ◦ blue 27

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

Shades of Brown Pod #3D251B

Tints of Brown Pod #3D251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 48.8%
G = 29.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#3D251B (or 0x3D251B) is known color: Brown Pod. HEX triplet: 3D, 25 and 1B. RGB value is (61,37,27). Sum of RGB (Red+Green+Blue) = 61+37+27=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D251B is #C2DAE4. Grayscale: #2B2B2B. Windows color (decimal): -12770021 or 1779005. OLE color: 1779005.

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

Color convert

RGB 61 37 27 -
CMYK 0 0.39 0.56 0.76
HSL 17.65º 0.39% 0.17% -
HSV(B) 17.65º 0.56% 0.24% -
XYZ 2.78 2.39 1.35 -
YUV 43.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 61 37 27 0 0.39 0.56 0.76 17.65 0.39 0.17
Hex 3D 25 1B 0 27 38 4C 12 27 11
Octal 75 45 33 0 47 70 114 22 47 21
Binary 111101 100101 11011 0 100111 111000 1001100 10010 100111 10001

Color Harmonies of #3D251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D251B

Black with #3D251B

Text Example


Text Example

White with #3D251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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