Html Css Color HEX #4C3A21 Clinker

📋 copy color: '#4C3A21'

red 76 ◦ green 58 ◦ blue 33

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

Shades of Clinker #4C3A21

Tints of Clinker #4C3A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 45.51%
G = 34.73%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C3A21 (or 0x4C3A21) is known color: Clinker. HEX triplet: 4C, 3A and 21. RGB value is (76,58,33). Sum of RGB (Red+Green+Blue) = 76+58+33=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A21 is #B3C5DE. Grayscale: #3C3C3C. Windows color (decimal): -11781599 or 2177612. OLE color: 2177612.

HSL color Cylindrical-coordinate representation of color #4C3A21: hue angle of 34.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3A21 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 58 33 -
CMYK 0 0.24 0.57 0.70
HSL 34.88º 0.39% 0.21% -
HSV(B) 34.88º 0.57% 0.3% -
XYZ 4.77 4.67 2.09 -
YUV 60.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 76 58 33 0 0.24 0.57 0.70 34.88 0.39 0.21
Hex 4C 3A 21 0 18 39 46 23 27 15
Octal 114 72 41 0 30 71 106 43 47 25
Binary 1001100 111010 100001 0 11000 111001 1000110 100011 100111 10101

Color Harmonies of #4C3A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A21

Black with #4C3A21

Text Example


Text Example

White with #4C3A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,58,33); }

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

background-color css

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

 a { background-color: rgb(76,58,33); }

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

border-color css

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

 span { border-color: rgb(76,58,33); }

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