Html Css Color HEX #4D3610 Clinker

📋 copy color: '#4D3610'

red 77 ◦ green 54 ◦ blue 16

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

Shades of Clinker #4D3610

Tints of Clinker #4D3610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

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

R = 52.38%
G = 36.73%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4D3610 (or 0x4D3610) is known color: Clinker. HEX triplet: 4D, 36 and 10. RGB value is (77,54,16). Sum of RGB (Red+Green+Blue) = 77+54+16=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3610 is #B2C9EF. Grayscale: #383838. Windows color (decimal): -11717104 or 1062477. OLE color: 1062477.

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

Color convert

RGB 77 54 16 -
CMYK 0 0.30 0.79 0.70
HSL 37.38º 0.66% 0.18% -
HSV(B) 37.38º 0.79% 0.3% -
XYZ 4.47 4.25 1.08 -
YUV 56.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 77 54 16 0 0.30 0.79 0.70 37.38 0.66 0.18
Hex 4D 36 10 0 1E 4F 46 25 42 12
Octal 115 66 20 0 36 117 106 45 102 22
Binary 1001101 110110 10000 0 11110 1001111 1000110 100101 1000010 10010

Color Harmonies of #4D3610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3610

Black with #4D3610

Text Example


Text Example

White with #4D3610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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