Html Css Color HEX #4C381C Clinker

📋 copy color: '#4C381C'

red 76 ◦ green 56 ◦ blue 28

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

Shades of Clinker #4C381C

Tints of Clinker #4C381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 47.5%
G = 35%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#4C381C (or 0x4C381C) is known color: Clinker. HEX triplet: 4C, 38 and 1C. RGB value is (76,56,28). Sum of RGB (Red+Green+Blue) = 76+56+28=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C381C is #B3C7E3. Grayscale: #3A3A3A. Windows color (decimal): -11782116 or 1849420. OLE color: 1849420.

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

Color convert

RGB 76 56 28 -
CMYK 0 0.26 0.63 0.70
HSL 35º 0.46% 0.2% -
HSV(B) 35º 0.63% 0.3% -
XYZ 4.6 4.45 1.71 -
YUV 58.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 76 56 28 0 0.26 0.63 0.70 35 0.46 0.2
Hex 4C 38 1C 0 1A 3F 46 23 2E 14
Octal 114 70 34 0 32 77 106 43 56 24
Binary 1001100 111000 11100 0 11010 111111 1000110 100011 101110 10100

Color Harmonies of #4C381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C381C

Black with #4C381C

Text Example


Text Example

White with #4C381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,28); }

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

background-color css

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

 a { background-color: rgb(76,56,28); }

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

border-color css

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

 span { border-color: rgb(76,56,28); }

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