Html Css Color HEX #4D3916 Clinker

📋 copy color: '#4D3916'

red 77 ◦ green 57 ◦ blue 22

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

Shades of Clinker #4D3916

Tints of Clinker #4D3916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 49.36%
G = 36.54%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#4D3916 (or 0x4D3916) is known color: Clinker. HEX triplet: 4D, 39 and 16. RGB value is (77,57,22). Sum of RGB (Red+Green+Blue) = 77+57+22=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3916 is #B2C6E9. Grayscale: #3B3B3B. Windows color (decimal): -11716330 or 1456461. OLE color: 1456461.

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

Color convert

RGB 77 57 22 -
CMYK 0 0.26 0.71 0.70
HSL 38.18º 0.56% 0.19% -
HSV(B) 38.18º 0.71% 0.3% -
XYZ 4.67 4.56 1.39 -
YUV 58.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 77 57 22 0 0.26 0.71 0.70 38.18 0.56 0.19
Hex 4D 39 16 0 1A 47 46 26 38 13
Octal 115 71 26 0 32 107 106 46 70 23
Binary 1001101 111001 10110 0 11010 1000111 1000110 100110 111000 10011

Color Harmonies of #4D3916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3916

Black with #4D3916

Text Example


Text Example

White with #4D3916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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