Html Css Color HEX #3D3604 Madras

📋 copy color: '#3D3604'

red 61 ◦ green 54 ◦ blue 4

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

Shades of Madras #3D3604

Tints of Madras #3D3604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.38%

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

R = 51.26%
G = 45.38%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#3D3604 (or 0x3D3604) is known color: Madras. HEX triplet: 3D, 36 and 04. RGB value is (61,54,4). Sum of RGB (Red+Green+Blue) = 61+54+4=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3604 is #C2C9FB. Grayscale: #323232. Windows color (decimal): -12765692 or 276029. OLE color: 276029.

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

Color convert

RGB 61 54 4 -
CMYK 0 0.11 0.93 0.76
HSL 52.63º 0.88% 0.13% -
HSV(B) 52.63º 0.93% 0.24% -
XYZ 3.27 3.64 0.65 -
YUV 50.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 61 54 4 0 0.11 0.93 0.76 52.63 0.88 0.13
Hex 3D 36 4 0 B 5D 4C 35 58 D
Octal 75 66 4 0 13 135 114 65 130 15
Binary 111101 110110 100 0 1011 1011101 1001100 110101 1011000 1101

Color Harmonies of #3D3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3604

Black with #3D3604

Text Example


Text Example

White with #3D3604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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