Html Css Color HEX #4D3510 Clinker

📋 copy color: '#4D3510'

red 77 ◦ green 53 ◦ blue 16

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

Shades of Clinker #4D3510

Tints of Clinker #4D3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 52.74%
G = 36.3%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4D3510 (or 0x4D3510) is known color: Clinker. HEX triplet: 4D, 35 and 10. RGB value is (77,53,16). Sum of RGB (Red+Green+Blue) = 77+53+16=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3510 is #B2CAEF. Grayscale: #383838. Windows color (decimal): -11717360 or 1062221. OLE color: 1062221.

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

Color convert

RGB 77 53 16 -
CMYK 0 0.31 0.79 0.70
HSL 36.39º 0.66% 0.18% -
HSV(B) 36.39º 0.79% 0.3% -
XYZ 4.43 4.16 1.06 -
YUV 55.96 105.45 143.01 -
System Red Green Blue C M Y K H S L
Decimal 77 53 16 0 0.31 0.79 0.70 36.39 0.66 0.18
Hex 4D 35 10 0 1F 4F 46 24 42 12
Octal 115 65 20 0 37 117 106 44 102 22
Binary 1001101 110101 10000 0 11111 1001111 1000110 100100 1000010 10010

Color Harmonies of #4D3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3510

Black with #4D3510

Text Example


Text Example

White with #4D3510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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