Html Css Color HEX #4D3414 Clinker

📋 copy color: '#4D3414'

red 77 ◦ green 52 ◦ blue 20

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

Shades of Clinker #4D3414

Tints of Clinker #4D3414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 51.68%
G = 34.9%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4D3414 (or 0x4D3414) is known color: Clinker. HEX triplet: 4D, 34 and 14. RGB value is (77,52,20). Sum of RGB (Red+Green+Blue) = 77+52+20=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3414 is #B2CBEB. Grayscale: #373737. Windows color (decimal): -11717612 or 1324109. OLE color: 1324109.

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

Color convert

RGB 77 52 20 -
CMYK 0 0.32 0.74 0.70
HSL 33.68º 0.59% 0.19% -
HSV(B) 33.68º 0.74% 0.3% -
XYZ 4.41 4.08 1.22 -
YUV 55.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 77 52 20 0 0.32 0.74 0.70 33.68 0.59 0.19
Hex 4D 34 14 0 20 4A 46 22 3B 13
Octal 115 64 24 0 40 112 106 42 73 23
Binary 1001101 110100 10100 0 100000 1001010 1000110 100010 111011 10011

Color Harmonies of #4D3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3414

Black with #4D3414

Text Example


Text Example

White with #4D3414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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