Html Css Color HEX #3D1C06 Brown Pod

📋 copy color: '#3D1C06'

red 61 ◦ green 28 ◦ blue 6

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

Shades of Brown Pod #3D1C06

Tints of Brown Pod #3D1C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.47%

 BLUE value IS 6 (2.73% from 255) = 6.32%

R = 64.21%
G = 29.47%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.76

RGB Variations

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

Color information

#3D1C06 (or 0x3D1C06) is known color: Brown Pod. HEX triplet: 3D, 1C and 06. RGB value is (61,28,6). Sum of RGB (Red+Green+Blue) = 61+28+6=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C06 is #C2E3F9. Grayscale: #232323. Windows color (decimal): -12772346 or 400445. OLE color: 400445.

HSL color Cylindrical-coordinate representation of color #3D1C06: hue angle of 24º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D1C06 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 28 6 -
CMYK 0 0.54 0.90 0.76
HSL 24º 0.82% 0.13% -
HSV(B) 24º 0.9% 0.24% -
XYZ 2.37 1.84 0.4 -
YUV 35.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 61 28 6 0 0.54 0.90 0.76 24 0.82 0.13
Hex 3D 1C 6 0 36 5A 4C 18 52 D
Octal 75 34 6 0 66 132 114 30 122 15
Binary 111101 11100 110 0 110110 1011010 1001100 11000 1010010 1101

Color Harmonies of #3D1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1C06

Black with #3D1C06

Text Example


Text Example

White with #3D1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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