Html Css Color HEX #4C380D Madras

📋 copy color: '#4C380D'

red 76 ◦ green 56 ◦ blue 13

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

Shades of Madras #4C380D

Tints of Madras #4C380D

RGB

 RED value IS 76 (30.08% from 255) = 52.41%

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 52.41%
G = 38.62%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C380D (or 0x4C380D) is known color: Madras. HEX triplet: 4C, 38 and 0D. RGB value is (76,56,13). Sum of RGB (Red+Green+Blue) = 76+56+13=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C380D is #B3C7F2. Grayscale: #393939. Windows color (decimal): -11782131 or 866380. OLE color: 866380.

HSL color Cylindrical-coordinate representation of color #4C380D: hue angle of 40.95º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C380D is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 56 13 -
CMYK 0 0.26 0.83 0.70
HSL 40.95º 0.71% 0.17% -
HSV(B) 40.95º 0.83% 0.3% -
XYZ 4.47 4.39 0.99 -
YUV 57.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 76 56 13 0 0.26 0.83 0.70 40.95 0.71 0.17
Hex 4C 38 D 0 1A 53 46 29 47 11
Octal 114 70 15 0 32 123 106 51 107 21
Binary 1001100 111000 1101 0 11010 1010011 1000110 101001 1000111 10001

Color Harmonies of #4C380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C380D

Black with #4C380D

Text Example


Text Example

White with #4C380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C380D; }

 p { color: rgb(76,56,13); }

 H1.HeaderClassName
 {
   color: #4C380D;
 }
 .AnyTagClassName
 {
   color: #4C380D;
 }
</style>

background-color css

<style>
 a { background-color: #4C380D; }

 a { background-color: rgb(76,56,13); }

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

border-color css

<style>
 span { border-color: #4C380D; }

 span { border-color: rgb(76,56,13); }

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