Html Css Color HEX #4D3919 Clinker

📋 copy color: '#4D3919'

red 77 ◦ green 57 ◦ blue 25

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

Shades of Clinker #4D3919

Tints of Clinker #4D3919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 48.43%
G = 35.85%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D3919 (or 0x4D3919) is known color: Clinker. HEX triplet: 4D, 39 and 19. RGB value is (77,57,25). Sum of RGB (Red+Green+Blue) = 77+57+25=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3919 is #B2C6E6. Grayscale: #3B3B3B. Windows color (decimal): -11716327 or 1653069. OLE color: 1653069.

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

Color convert

RGB 77 57 25 -
CMYK 0 0.26 0.68 0.70
HSL 36.92º 0.51% 0.2% -
HSV(B) 36.92º 0.68% 0.3% -
XYZ 4.7 4.57 1.55 -
YUV 59.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 77 57 25 0 0.26 0.68 0.70 36.92 0.51 0.2
Hex 4D 39 19 0 1A 44 46 25 33 14
Octal 115 71 31 0 32 104 106 45 63 24
Binary 1001101 111001 11001 0 11010 1000100 1000110 100101 110011 10100

Color Harmonies of #4D3919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3919

Black with #4D3919

Text Example


Text Example

White with #4D3919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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