Html Css Color HEX #4D3719 Clinker

📋 copy color: '#4D3719'

red 77 ◦ green 55 ◦ blue 25

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

Shades of Clinker #4D3719

Tints of Clinker #4D3719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

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

R = 49.04%
G = 35.03%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D3719 (or 0x4D3719) is known color: Clinker. HEX triplet: 4D, 37 and 19. RGB value is (77,55,25). Sum of RGB (Red+Green+Blue) = 77+55+25=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3719 is #B2C8E6. Grayscale: #3A3A3A. Windows color (decimal): -11716839 or 1652557. OLE color: 1652557.

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

Color convert

RGB 77 55 25 -
CMYK 0 0.29 0.68 0.70
HSL 34.62º 0.51% 0.2% -
HSV(B) 34.62º 0.68% 0.3% -
XYZ 4.6 4.38 1.52 -
YUV 58.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 77 55 25 0 0.29 0.68 0.70 34.62 0.51 0.2
Hex 4D 37 19 0 1D 44 46 23 33 14
Octal 115 67 31 0 35 104 106 43 63 24
Binary 1001101 110111 11001 0 11101 1000100 1000110 100011 110011 10100

Color Harmonies of #4D3719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3719

Black with #4D3719

Text Example


Text Example

White with #4D3719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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