Html Css Color HEX #3D3803 Madras

📋 copy color: '#3D3803'

red 61 ◦ green 56 ◦ blue 3

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

Shades of Madras #3D3803

Tints of Madras #3D3803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.5%

R = 50.83%
G = 46.67%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#3D3803 (or 0x3D3803) is known color: Madras. HEX triplet: 3D, 38 and 03. RGB value is (61,56,3). Sum of RGB (Red+Green+Blue) = 61+56+3=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3803 is #C2C7FC. Grayscale: #333333. Windows color (decimal): -12765181 or 211005. OLE color: 211005.

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

Color convert

RGB 61 56 3 -
CMYK 0 0.08 0.95 0.76
HSL 54.83º 0.91% 0.13% -
HSV(B) 54.83º 0.95% 0.24% -
XYZ 3.36 3.83 0.65 -
YUV 51.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 61 56 3 0 0.08 0.95 0.76 54.83 0.91 0.13
Hex 3D 38 3 0 8 5F 4C 37 5B D
Octal 75 70 3 0 10 137 114 67 133 15
Binary 111101 111000 11 0 1000 1011111 1001100 110111 1011011 1101

Color Harmonies of #3D3803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3803

Black with #3D3803

Text Example


Text Example

White with #3D3803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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