Html Css Color HEX #4D381F Clinker

📋 copy color: '#4D381F'

red 77 ◦ green 56 ◦ blue 31

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

Shades of Clinker #4D381F

Tints of Clinker #4D381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 46.95%
G = 34.15%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D381F (or 0x4D381F) is known color: Clinker. HEX triplet: 4D, 38 and 1F. RGB value is (77,56,31). Sum of RGB (Red+Green+Blue) = 77+56+31=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D381F is #B2C7E0. Grayscale: #3B3B3B. Windows color (decimal): -11716577 or 2046029. OLE color: 2046029.

HSL color Cylindrical-coordinate representation of color #4D381F: hue angle of 32.61º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D381F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 56 31 -
CMYK 0 0.27 0.60 0.70
HSL 32.61º 0.43% 0.21% -
HSV(B) 32.61º 0.6% 0.3% -
XYZ 4.72 4.51 1.92 -
YUV 59.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 77 56 31 0 0.27 0.60 0.70 32.61 0.43 0.21
Hex 4D 38 1F 0 1B 3C 46 21 2B 15
Octal 115 70 37 0 33 74 106 41 53 25
Binary 1001101 111000 11111 0 11011 111100 1000110 100001 101011 10101

Color Harmonies of #4D381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D381F

Black with #4D381F

Text Example


Text Example

White with #4D381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,56,31); }

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

background-color css

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

 a { background-color: rgb(77,56,31); }

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

border-color css

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

 span { border-color: rgb(77,56,31); }

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