Html Css Color HEX #3D1704 Brown Pod

📋 copy color: '#3D1704'

red 61 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #3D1704

Tints of Brown Pod #3D1704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.14%

 BLUE value IS 4 (1.95% from 255) = 4.55%

R = 69.32%
G = 26.14%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#3D1704 (or 0x3D1704) is known color: Brown Pod. HEX triplet: 3D, 17 and 04. RGB value is (61,23,4). Sum of RGB (Red+Green+Blue) = 61+23+4=88 (11% of max value = 765). Red value is 61 (24.22% from 255 or 69.32% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1704 is #C2E8FB. Grayscale: #202020. Windows color (decimal): -12773628 or 268093. OLE color: 268093.

HSL color Cylindrical-coordinate representation of color #3D1704: hue angle of 20º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D1704 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 23 4 -
CMYK 0 0.62 0.93 0.76
HSL 20º 0.88% 0.13% -
HSV(B) 20º 0.93% 0.24% -
XYZ 2.25 1.61 0.31 -
YUV 32.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 61 23 4 0 0.62 0.93 0.76 20 0.88 0.13
Hex 3D 17 4 0 3E 5D 4C 14 58 D
Octal 75 27 4 0 76 135 114 24 130 15
Binary 111101 10111 100 0 111110 1011101 1001100 10100 1011000 1101

Color Harmonies of #3D1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1704

Black with #3D1704

Text Example


Text Example

White with #3D1704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,23,4); }

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

background-color css

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

 a { background-color: rgb(61,23,4); }

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

border-color css

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

 span { border-color: rgb(61,23,4); }

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