Html Css Color HEX #4D3419 Clinker

📋 copy color: '#4D3419'

red 77 ◦ green 52 ◦ blue 25

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

Shades of Clinker #4D3419

Tints of Clinker #4D3419

RGB

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

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

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

R = 50%
G = 33.77%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D3419 (or 0x4D3419) is known color: Clinker. HEX triplet: 4D, 34 and 19. RGB value is (77,52,25). Sum of RGB (Red+Green+Blue) = 77+52+25=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3419 is #B2CBE6. Grayscale: #383838. Windows color (decimal): -11717607 or 1651789. OLE color: 1651789.

HSL color Cylindrical-coordinate representation of color #4D3419: hue angle of 31.15º 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 #4D3419 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 25 -
CMYK 0 0.32 0.68 0.70
HSL 31.15º 0.51% 0.2% -
HSV(B) 31.15º 0.68% 0.3% -
XYZ 4.46 4.1 1.48 -
YUV 56.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 77 52 25 0 0.32 0.68 0.70 31.15 0.51 0.2
Hex 4D 34 19 0 20 44 46 1F 33 14
Octal 115 64 31 0 40 104 106 37 63 24
Binary 1001101 110100 11001 0 100000 1000100 1000110 11111 110011 10100

Color Harmonies of #4D3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3419

Black with #4D3419

Text Example


Text Example

White with #4D3419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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