Html Css Color HEX #3D3802 Madras

📋 copy color: '#3D3802'

red 61 ◦ green 56 ◦ blue 2

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

Shades of Madras #3D3802

Tints of Madras #3D3802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 51.26%
G = 47.06%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3D3802 (or 0x3D3802) is known color: Madras. HEX triplet: 3D, 38 and 02. RGB value is (61,56,2). Sum of RGB (Red+Green+Blue) = 61+56+2=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3802 is #C2C7FD. Grayscale: #333333. Windows color (decimal): -12765182 or 145469. OLE color: 145469.

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

Color convert

RGB 61 56 2 -
CMYK 0 0.08 0.97 0.76
HSL 54.92º 0.94% 0.12% -
HSV(B) 54.92º 0.97% 0.24% -
XYZ 3.35 3.82 0.62 -
YUV 51.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 61 56 2 0 0.08 0.97 0.76 54.92 0.94 0.12
Hex 3D 38 2 0 8 61 4C 37 5E C
Octal 75 70 2 0 10 141 114 67 136 14
Binary 111101 111000 10 0 1000 1100001 1001100 110111 1011110 1100

Color Harmonies of #3D3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3802

Black with #3D3802

Text Example


Text Example

White with #3D3802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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