Html Css Color HEX #3D1601 Brown Pod

📋 copy color: '#3D1601'

red 61 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #3D1601

Tints of Brown Pod #3D1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.19%

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 72.62%
G = 26.19%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3D1601 (or 0x3D1601) is known color: Brown Pod. HEX triplet: 3D, 16 and 01. RGB value is (61,22,1). Sum of RGB (Red+Green+Blue) = 61+22+1=84 (11% of max value = 765). Red value is 61 (24.22% from 255 or 72.62% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1601 is #C2E9FE. Grayscale: #1F1F1F. Windows color (decimal): -12773887 or 71229. OLE color: 71229.

HSL color Cylindrical-coordinate representation of color #3D1601: hue angle of 21º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D1601 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 22 1 -
CMYK 0 0.64 0.98 0.76
HSL 21º 0.97% 0.12% -
HSV(B) 21º 0.98% 0.24% -
XYZ 2.22 1.57 0.21 -
YUV 31.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 61 22 1 0 0.64 0.98 0.76 21 0.97 0.12
Hex 3D 16 1 0 40 62 4C 15 61 C
Octal 75 26 1 0 100 142 114 25 141 14
Binary 111101 10110 1 0 1000000 1100010 1001100 10101 1100001 1100

Color Harmonies of #3D1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1601

Black with #3D1601

Text Example


Text Example

White with #3D1601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,22,1); }

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

background-color css

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

 a { background-color: rgb(61,22,1); }

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

border-color css

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

 span { border-color: rgb(61,22,1); }

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