Html Css Color HEX #4D341A Clinker

📋 copy color: '#4D341A'

red 77 ◦ green 52 ◦ blue 26

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

Shades of Clinker #4D341A

Tints of Clinker #4D341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 49.68%
G = 33.55%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D341A (or 0x4D341A) is known color: Clinker. HEX triplet: 4D, 34 and 1A. RGB value is (77,52,26). Sum of RGB (Red+Green+Blue) = 77+52+26=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D341A is #B2CBE5. Grayscale: #383838. Windows color (decimal): -11717606 or 1717325. OLE color: 1717325.

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

Color convert

RGB 77 52 26 -
CMYK 0 0.32 0.66 0.70
HSL 30.59º 0.5% 0.2% -
HSV(B) 30.59º 0.66% 0.3% -
XYZ 4.48 4.11 1.53 -
YUV 56.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 77 52 26 0 0.32 0.66 0.70 30.59 0.5 0.2
Hex 4D 34 1A 0 20 42 46 1F 32 14
Octal 115 64 32 0 40 102 106 37 62 24
Binary 1001101 110100 11010 0 100000 1000010 1000110 11111 110010 10100

Color Harmonies of #4D341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D341A

Black with #4D341A

Text Example


Text Example

White with #4D341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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