Html Css Color HEX #4D3715 Clinker

📋 copy color: '#4D3715'

red 77 ◦ green 55 ◦ blue 21

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

Shades of Clinker #4D3715

Tints of Clinker #4D3715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

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

R = 50.33%
G = 35.95%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D3715 (or 0x4D3715) is known color: Clinker. HEX triplet: 4D, 37 and 15. RGB value is (77,55,21). Sum of RGB (Red+Green+Blue) = 77+55+21=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3715 is #B2C8EA. Grayscale: #393939. Windows color (decimal): -11716843 or 1390413. OLE color: 1390413.

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

Color convert

RGB 77 55 21 -
CMYK 0 0.29 0.73 0.70
HSL 36.43º 0.57% 0.19% -
HSV(B) 36.43º 0.73% 0.3% -
XYZ 4.56 4.36 1.31 -
YUV 57.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 77 55 21 0 0.29 0.73 0.70 36.43 0.57 0.19
Hex 4D 37 15 0 1D 49 46 24 39 13
Octal 115 67 25 0 35 111 106 44 71 23
Binary 1001101 110111 10101 0 11101 1001001 1000110 100100 111001 10011

Color Harmonies of #4D3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3715

Black with #4D3715

Text Example


Text Example

White with #4D3715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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