Html Css Color HEX #4C351A Clinker

📋 copy color: '#4C351A'

red 76 ◦ green 53 ◦ blue 26

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

Shades of Clinker #4C351A

Tints of Clinker #4C351A

RGB

 RED value IS 76 (30.08% from 255) = 49.03%

 GREEN value IS 53 (21.09% from 255) = 34.19%

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

R = 49.03%
G = 34.19%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C351A (or 0x4C351A) is known color: Clinker. HEX triplet: 4C, 35 and 1A. RGB value is (76,53,26). Sum of RGB (Red+Green+Blue) = 76+53+26=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C351A is #B3CAE5. Grayscale: #383838. Windows color (decimal): -11782886 or 1717580. OLE color: 1717580.

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

Color convert

RGB 76 53 26 -
CMYK 0 0.30 0.66 0.70
HSL 32.4º 0.49% 0.2% -
HSV(B) 32.4º 0.66% 0.3% -
XYZ 4.44 4.16 1.55 -
YUV 56.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 76 53 26 0 0.30 0.66 0.70 32.4 0.49 0.2
Hex 4C 35 1A 0 1E 42 46 20 31 14
Octal 114 65 32 0 36 102 106 40 61 24
Binary 1001100 110101 11010 0 11110 1000010 1000110 100000 110001 10100

Color Harmonies of #4C351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C351A

Black with #4C351A

Text Example


Text Example

White with #4C351A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,26); }

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

background-color css

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

 a { background-color: rgb(76,53,26); }

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

border-color css

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

 span { border-color: rgb(76,53,26); }

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