Html Css Color HEX #4D3311 Clinker

📋 copy color: '#4D3311'

red 77 ◦ green 51 ◦ blue 17

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

Shades of Clinker #4D3311

Tints of Clinker #4D3311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 53.1%
G = 35.17%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D3311 (or 0x4D3311) is known color: Clinker. HEX triplet: 4D, 33 and 11. RGB value is (77,51,17). Sum of RGB (Red+Green+Blue) = 77+51+17=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3311 is #B2CCEE. Grayscale: #373737. Windows color (decimal): -11717871 or 1127245. OLE color: 1127245.

HSL color Cylindrical-coordinate representation of color #4D3311: hue angle of 34º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D3311 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 51 17 -
CMYK 0 0.34 0.78 0.70
HSL 34º 0.64% 0.18% -
HSV(B) 34º 0.78% 0.3% -
XYZ 4.35 3.99 1.07 -
YUV 54.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 77 51 17 0 0.34 0.78 0.70 34 0.64 0.18
Hex 4D 33 11 0 22 4E 46 22 40 12
Octal 115 63 21 0 42 116 106 42 100 22
Binary 1001101 110011 10001 0 100010 1001110 1000110 100010 1000000 10010

Color Harmonies of #4D3311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3311

Black with #4D3311

Text Example


Text Example

White with #4D3311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,51,17); }

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

background-color css

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

 a { background-color: rgb(77,51,17); }

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

border-color css

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

 span { border-color: rgb(77,51,17); }

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