Html Css Color HEX #3D3801 Madras

📋 copy color: '#3D3801'

red 61 ◦ green 56 ◦ blue 1

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

Shades of Madras #3D3801

Tints of Madras #3D3801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 51.69%
G = 47.46%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#3D3801 (or 0x3D3801) is known color: Madras. HEX triplet: 3D, 38 and 01. RGB value is (61,56,1). Sum of RGB (Red+Green+Blue) = 61+56+1=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3801 is #C2C7FE. Grayscale: #333333. Windows color (decimal): -12765183 or 79933. OLE color: 79933.

HSL color Cylindrical-coordinate representation of color #3D3801: hue angle of 55º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D3801 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 1 -
CMYK 0 0.08 0.98 0.76
HSL 55º 0.97% 0.12% -
HSV(B) 55º 0.98% 0.24% -
XYZ 3.34 3.82 0.59 -
YUV 51.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 61 56 1 0 0.08 0.98 0.76 55 0.97 0.12
Hex 3D 38 1 0 8 62 4C 37 61 C
Octal 75 70 1 0 10 142 114 67 141 14
Binary 111101 111000 1 0 1000 1100010 1001100 110111 1100001 1100

Color Harmonies of #3D3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3801

Black with #3D3801

Text Example


Text Example

White with #3D3801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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