Html Css Color HEX #3D380C Madras

📋 copy color: '#3D380C'

red 61 ◦ green 56 ◦ blue 12

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

Shades of Madras #3D380C

Tints of Madras #3D380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 47.29%
G = 43.41%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3D380C (or 0x3D380C) is known color: Madras. HEX triplet: 3D, 38 and 0C. RGB value is (61,56,12). Sum of RGB (Red+Green+Blue) = 61+56+12=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D380C is #C2C7F3. Grayscale: #343434. Windows color (decimal): -12765172 or 800829. OLE color: 800829.

HSL color Cylindrical-coordinate representation of color #3D380C: hue angle of 53.88º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D380C is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 12 -
CMYK 0 0.08 0.80 0.76
HSL 53.88º 0.67% 0.14% -
HSV(B) 53.88º 0.8% 0.24% -
XYZ 3.41 3.85 0.91 -
YUV 52.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 61 56 12 0 0.08 0.80 0.76 53.88 0.67 0.14
Hex 3D 38 C 0 8 50 4C 36 43 E
Octal 75 70 14 0 10 120 114 66 103 16
Binary 111101 111000 1100 0 1000 1010000 1001100 110110 1000011 1110

Color Harmonies of #3D380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D380C

Black with #3D380C

Text Example


Text Example

White with #3D380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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