Html Css Color HEX #3D3A07 Madras

📋 copy color: '#3D3A07'

red 61 ◦ green 58 ◦ blue 7

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

Shades of Madras #3D3A07

Tints of Madras #3D3A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 46.03%

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 48.41%
G = 46.03%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.76

RGB Variations

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

Color information

#3D3A07 (or 0x3D3A07) is known color: Madras. HEX triplet: 3D, 3A and 07. RGB value is (61,58,7). Sum of RGB (Red+Green+Blue) = 61+58+7=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3A07 is #C2C5F8. Grayscale: #353535. Windows color (decimal): -12764665 or 473661. OLE color: 473661.

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

Color convert

RGB 61 58 7 -
CMYK 0 0.05 0.89 0.76
HSL 56.67º 0.79% 0.13% -
HSV(B) 56.67º 0.89% 0.24% -
XYZ 3.48 4.03 0.8 -
YUV 53.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 61 58 7 0 0.05 0.89 0.76 56.67 0.79 0.13
Hex 3D 3A 7 0 5 59 4C 39 4F D
Octal 75 72 7 0 5 131 114 71 117 15
Binary 111101 111010 111 0 101 1011001 1001100 111001 1001111 1101

Color Harmonies of #3D3A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3A07

Black with #3D3A07

Text Example


Text Example

White with #3D3A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,58,7); }

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

background-color css

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

 a { background-color: rgb(61,58,7); }

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

border-color css

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

 span { border-color: rgb(61,58,7); }

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