Html Css Color HEX #4D391A Clinker

📋 copy color: '#4D391A'

red 77 ◦ green 57 ◦ blue 26

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

Shades of Clinker #4D391A

Tints of Clinker #4D391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.63%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 48.13%
G = 35.63%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D391A (or 0x4D391A) is known color: Clinker. HEX triplet: 4D, 39 and 1A. RGB value is (77,57,26). Sum of RGB (Red+Green+Blue) = 77+57+26=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D391A is #B2C6E5. Grayscale: #3B3B3B. Windows color (decimal): -11716326 or 1718605. OLE color: 1718605.

HSL color Cylindrical-coordinate representation of color #4D391A: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D391A is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 57 26 -
CMYK 0 0.26 0.66 0.70
HSL 36.47º 0.5% 0.2% -
HSV(B) 36.47º 0.66% 0.3% -
XYZ 4.71 4.58 1.61 -
YUV 59.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 77 57 26 0 0.26 0.66 0.70 36.47 0.5 0.2
Hex 4D 39 1A 0 1A 42 46 24 32 14
Octal 115 71 32 0 32 102 106 44 62 24
Binary 1001101 111001 11010 0 11010 1000010 1000110 100100 110010 10100

Color Harmonies of #4D391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D391A

Black with #4D391A

Text Example


Text Example

White with #4D391A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,57,26); }

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

background-color css

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

 a { background-color: rgb(77,57,26); }

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

border-color css

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

 span { border-color: rgb(77,57,26); }

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