Html Css Color HEX #4D3315 Clinker

📋 copy color: '#4D3315'

red 77 ◦ green 51 ◦ blue 21

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

Shades of Clinker #4D3315

Tints of Clinker #4D3315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 51.68%
G = 34.23%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D3315 (or 0x4D3315) is known color: Clinker. HEX triplet: 4D, 33 and 15. RGB value is (77,51,21). Sum of RGB (Red+Green+Blue) = 77+51+21=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3315 is #B2CCEA. Grayscale: #373737. Windows color (decimal): -11717867 or 1389389. OLE color: 1389389.

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

Color convert

RGB 77 51 21 -
CMYK 0 0.34 0.73 0.70
HSL 32.14º 0.57% 0.19% -
HSV(B) 32.14º 0.73% 0.3% -
XYZ 4.38 4 1.25 -
YUV 55.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 77 51 21 0 0.34 0.73 0.70 32.14 0.57 0.19
Hex 4D 33 15 0 22 49 46 20 39 13
Octal 115 63 25 0 42 111 106 40 71 23
Binary 1001101 110011 10101 0 100010 1001001 1000110 100000 111001 10011

Color Harmonies of #4D3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3315

Black with #4D3315

Text Example


Text Example

White with #4D3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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