Html Css Color HEX #4D3519 Clinker

📋 copy color: '#4D3519'

red 77 ◦ green 53 ◦ blue 25

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

Shades of Clinker #4D3519

Tints of Clinker #4D3519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 49.68%
G = 34.19%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D3519 (or 0x4D3519) is known color: Clinker. HEX triplet: 4D, 35 and 19. RGB value is (77,53,25). Sum of RGB (Red+Green+Blue) = 77+53+25=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3519 is #B2CAE6. Grayscale: #393939. Windows color (decimal): -11717351 or 1652045. OLE color: 1652045.

HSL color Cylindrical-coordinate representation of color #4D3519: hue angle of 32.31º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3519 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 53 25 -
CMYK 0 0.31 0.68 0.70
HSL 32.31º 0.51% 0.2% -
HSV(B) 32.31º 0.68% 0.3% -
XYZ 4.51 4.19 1.49 -
YUV 56.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 77 53 25 0 0.31 0.68 0.70 32.31 0.51 0.2
Hex 4D 35 19 0 1F 44 46 20 33 14
Octal 115 65 31 0 37 104 106 40 63 24
Binary 1001101 110101 11001 0 11111 1000100 1000110 100000 110011 10100

Color Harmonies of #4D3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3519

Black with #4D3519

Text Example


Text Example

White with #4D3519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,25); }

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

background-color css

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

 a { background-color: rgb(77,53,25); }

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

border-color css

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

 span { border-color: rgb(77,53,25); }

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