Html Css Color HEX #3D3908 Madras

📋 copy color: '#3D3908'

red 61 ◦ green 57 ◦ blue 8

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

Shades of Madras #3D3908

Tints of Madras #3D3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.24%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 48.41%
G = 45.24%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.76

RGB Variations

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

Color information

#3D3908 (or 0x3D3908) is known color: Madras. HEX triplet: 3D, 39 and 08. RGB value is (61,57,8). Sum of RGB (Red+Green+Blue) = 61+57+8=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3908 is #C2C6F7. Grayscale: #343434. Windows color (decimal): -12764920 or 538941. OLE color: 538941.

HSL color Cylindrical-coordinate representation of color #3D3908: hue angle of 55.47º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D3908 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 57 8 -
CMYK 0 0.07 0.87 0.76
HSL 55.47º 0.77% 0.14% -
HSV(B) 55.47º 0.87% 0.24% -
XYZ 3.43 3.94 0.81 -
YUV 52.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 61 57 8 0 0.07 0.87 0.76 55.47 0.77 0.14
Hex 3D 39 8 0 7 57 4C 37 4D E
Octal 75 71 10 0 7 127 114 67 115 16
Binary 111101 111001 1000 0 111 1010111 1001100 110111 1001101 1110

Color Harmonies of #3D3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3908

Black with #3D3908

Text Example


Text Example

White with #3D3908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,57,8); }

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

background-color css

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

 a { background-color: rgb(61,57,8); }

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

border-color css

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

 span { border-color: rgb(61,57,8); }

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