Html Css Color HEX #4C3721 Clinker

📋 copy color: '#4C3721'

red 76 ◦ green 55 ◦ blue 33

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

Shades of Clinker #4C3721

Tints of Clinker #4C3721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

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

R = 46.34%
G = 33.54%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C3721 (or 0x4C3721) is known color: Clinker. HEX triplet: 4C, 37 and 21. RGB value is (76,55,33). Sum of RGB (Red+Green+Blue) = 76+55+33=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3721 is #B3C8DE. Grayscale: #3A3A3A. Windows color (decimal): -11782367 or 2176844. OLE color: 2176844.

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

Color convert

RGB 76 55 33 -
CMYK 0 0.28 0.57 0.70
HSL 30.7º 0.39% 0.21% -
HSV(B) 30.7º 0.57% 0.3% -
XYZ 4.62 4.38 2.04 -
YUV 58.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 76 55 33 0 0.28 0.57 0.70 30.7 0.39 0.21
Hex 4C 37 21 0 1C 39 46 1F 27 15
Octal 114 67 41 0 34 71 106 37 47 25
Binary 1001100 110111 100001 0 11100 111001 1000110 11111 100111 10101

Color Harmonies of #4C3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3721

Black with #4C3721

Text Example


Text Example

White with #4C3721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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