Html Css Color HEX #4D3413 Clinker

📋 copy color: '#4D3413'

red 77 ◦ green 52 ◦ blue 19

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

Shades of Clinker #4D3413

Tints of Clinker #4D3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 52.03%
G = 35.14%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D3413 (or 0x4D3413) is known color: Clinker. HEX triplet: 4D, 34 and 13. RGB value is (77,52,19). Sum of RGB (Red+Green+Blue) = 77+52+19=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3413 is #B2CBEC. Grayscale: #373737. Windows color (decimal): -11717613 or 1258573. OLE color: 1258573.

HSL color Cylindrical-coordinate representation of color #4D3413: hue angle of 34.14º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D3413 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 19 -
CMYK 0 0.32 0.75 0.70
HSL 34.14º 0.6% 0.19% -
HSV(B) 34.14º 0.75% 0.3% -
XYZ 4.41 4.08 1.17 -
YUV 55.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 77 52 19 0 0.32 0.75 0.70 34.14 0.6 0.19
Hex 4D 34 13 0 20 4B 46 22 3C 13
Octal 115 64 23 0 40 113 106 42 74 23
Binary 1001101 110100 10011 0 100000 1001011 1000110 100010 111100 10011

Color Harmonies of #4D3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3413

Black with #4D3413

Text Example


Text Example

White with #4D3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,19); }

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

background-color css

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

 a { background-color: rgb(77,52,19); }

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

border-color css

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

 span { border-color: rgb(77,52,19); }

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