Html Css Color HEX #4D3511 Clinker

📋 copy color: '#4D3511'

red 77 ◦ green 53 ◦ blue 17

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

Shades of Clinker #4D3511

Tints of Clinker #4D3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 52.38%
G = 36.05%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D3511 (or 0x4D3511) is known color: Clinker. HEX triplet: 4D, 35 and 11. RGB value is (77,53,17). Sum of RGB (Red+Green+Blue) = 77+53+17=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3511 is #B2CAEE. Grayscale: #383838. Windows color (decimal): -11717359 or 1127757. OLE color: 1127757.

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

Color convert

RGB 77 53 17 -
CMYK 0 0.31 0.78 0.70
HSL 36º 0.64% 0.18% -
HSV(B) 36º 0.78% 0.3% -
XYZ 4.43 4.16 1.1 -
YUV 56.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 77 53 17 0 0.31 0.78 0.70 36 0.64 0.18
Hex 4D 35 11 0 1F 4E 46 24 40 12
Octal 115 65 21 0 37 116 106 44 100 22
Binary 1001101 110101 10001 0 11111 1001110 1000110 100100 1000000 10010

Color Harmonies of #4D3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3511

Black with #4D3511

Text Example


Text Example

White with #4D3511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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