Html Css Color HEX #4D371D Clinker

📋 copy color: '#4D371D'

red 77 ◦ green 55 ◦ blue 29

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

Shades of Clinker #4D371D

Tints of Clinker #4D371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 47.83%
G = 34.16%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D371D (or 0x4D371D) is known color: Clinker. HEX triplet: 4D, 37 and 1D. RGB value is (77,55,29). Sum of RGB (Red+Green+Blue) = 77+55+29=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D371D is #B2C8E2. Grayscale: #3A3A3A. Windows color (decimal): -11716835 or 1914701. OLE color: 1914701.

HSL color Cylindrical-coordinate representation of color #4D371D: hue angle of 32.5º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D371D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 55 29 -
CMYK 0 0.29 0.62 0.70
HSL 32.5º 0.45% 0.21% -
HSV(B) 32.5º 0.62% 0.3% -
XYZ 4.65 4.4 1.77 -
YUV 58.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 77 55 29 0 0.29 0.62 0.70 32.5 0.45 0.21
Hex 4D 37 1D 0 1D 3E 46 20 2D 15
Octal 115 67 35 0 35 76 106 40 55 25
Binary 1001101 110111 11101 0 11101 111110 1000110 100000 101101 10101

Color Harmonies of #4D371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D371D

Black with #4D371D

Text Example


Text Example

White with #4D371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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