Html Css Color HEX #3D3804 Madras

📋 copy color: '#3D3804'

red 61 ◦ green 56 ◦ blue 4

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

Shades of Madras #3D3804

Tints of Madras #3D3804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

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

R = 50.41%
G = 46.28%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#3D3804 (or 0x3D3804) is known color: Madras. HEX triplet: 3D, 38 and 04. RGB value is (61,56,4). Sum of RGB (Red+Green+Blue) = 61+56+4=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3804 is #C2C7FB. Grayscale: #333333. Windows color (decimal): -12765180 or 276541. OLE color: 276541.

HSL color Cylindrical-coordinate representation of color #3D3804: hue angle of 54.74º 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 #3D3804 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 4 -
CMYK 0 0.08 0.93 0.76
HSL 54.74º 0.88% 0.13% -
HSV(B) 54.74º 0.93% 0.24% -
XYZ 3.36 3.83 0.68 -
YUV 51.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 61 56 4 0 0.08 0.93 0.76 54.74 0.88 0.13
Hex 3D 38 4 0 8 5D 4C 37 58 D
Octal 75 70 4 0 10 135 114 67 130 15
Binary 111101 111000 100 0 1000 1011101 1001100 110111 1011000 1101

Color Harmonies of #3D3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3804

Black with #3D3804

Text Example


Text Example

White with #3D3804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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