Html Css Color HEX #3D3A17 Madras

📋 copy color: '#3D3A17'

red 61 ◦ green 58 ◦ blue 23

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

Shades of Madras #3D3A17

Tints of Madras #3D3A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.2%

R = 42.96%
G = 40.85%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3D3A17 (or 0x3D3A17) is known color: Madras. HEX triplet: 3D, 3A and 17. RGB value is (61,58,23). Sum of RGB (Red+Green+Blue) = 61+58+23=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3A17 is #C2C5E8. Grayscale: #373737. Windows color (decimal): -12764649 or 1522237. OLE color: 1522237.

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

Color convert

RGB 61 58 23 -
CMYK 0 0.05 0.62 0.76
HSL 55.26º 0.45% 0.16% -
HSV(B) 55.26º 0.62% 0.24% -
XYZ 3.59 4.08 1.41 -
YUV 54.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 61 58 23 0 0.05 0.62 0.76 55.26 0.45 0.16
Hex 3D 3A 17 0 5 3E 4C 37 2D 10
Octal 75 72 27 0 5 76 114 67 55 20
Binary 111101 111010 10111 0 101 111110 1001100 110111 101101 10000

Color Harmonies of #3D3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3A17

Black with #3D3A17

Text Example


Text Example

White with #3D3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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