Html Css Color HEX #3D1F09 Brown Pod

📋 copy color: '#3D1F09'

red 61 ◦ green 31 ◦ blue 9

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

Shades of Brown Pod #3D1F09

Tints of Brown Pod #3D1F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

 BLUE value IS 9 (3.91% from 255) = 8.91%

R = 60.4%
G = 30.69%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.76

RGB Variations

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

Color information

#3D1F09 (or 0x3D1F09) is known color: Brown Pod. HEX triplet: 3D, 1F and 09. RGB value is (61,31,9). Sum of RGB (Red+Green+Blue) = 61+31+9=101 (13% of max value = 765). Red value is 61 (24.22% from 255 or 60.40% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F09 is #C2E0F6. Grayscale: #252525. Windows color (decimal): -12771575 or 597821. OLE color: 597821.

HSL color Cylindrical-coordinate representation of color #3D1F09: hue angle of 25.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D1F09 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 31 9 -
CMYK 0 0.49 0.85 0.76
HSL 25.38º 0.74% 0.14% -
HSV(B) 25.38º 0.85% 0.24% -
XYZ 2.46 1.99 0.51 -
YUV 37.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 61 31 9 0 0.49 0.85 0.76 25.38 0.74 0.14
Hex 3D 1F 9 0 31 55 4C 19 4A E
Octal 75 37 11 0 61 125 114 31 112 16
Binary 111101 11111 1001 0 110001 1010101 1001100 11001 1001010 1110

Color Harmonies of #3D1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F09

Black with #3D1F09

Text Example


Text Example

White with #3D1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,9); }

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

background-color css

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

 a { background-color: rgb(61,31,9); }

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

border-color css

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

 span { border-color: rgb(61,31,9); }

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