Html Css Color HEX #4D3A1C Clinker

📋 copy color: '#4D3A1C'

red 77 ◦ green 58 ◦ blue 28

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

Shades of Clinker #4D3A1C

Tints of Clinker #4D3A1C

RGB

 RED value IS 77 (30.47% from 255) = 47.24%

 GREEN value IS 58 (23.05% from 255) = 35.58%

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 47.24%
G = 35.58%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D3A1C (or 0x4D3A1C) is known color: Clinker. HEX triplet: 4D, 3A and 1C. RGB value is (77,58,28). Sum of RGB (Red+Green+Blue) = 77+58+28=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A1C is #B2C5E3. Grayscale: #3C3C3C. Windows color (decimal): -11716068 or 1849933. OLE color: 1849933.

HSL color Cylindrical-coordinate representation of color #4D3A1C: hue angle of 36.73º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3A1C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 58 28 -
CMYK 0 0.25 0.64 0.70
HSL 36.73º 0.47% 0.21% -
HSV(B) 36.73º 0.64% 0.3% -
XYZ 4.78 4.69 1.75 -
YUV 60.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 77 58 28 0 0.25 0.64 0.70 36.73 0.47 0.21
Hex 4D 3A 1C 0 19 40 46 25 2F 15
Octal 115 72 34 0 31 100 106 45 57 25
Binary 1001101 111010 11100 0 11001 1000000 1000110 100101 101111 10101

Color Harmonies of #4D3A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A1C

Black with #4D3A1C

Text Example


Text Example

White with #4D3A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,28); }

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

background-color css

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

 a { background-color: rgb(77,58,28); }

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

border-color css

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

 span { border-color: rgb(77,58,28); }

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