Html Css Color HEX #4C3820 Clinker

📋 copy color: '#4C3820'

red 76 ◦ green 56 ◦ blue 32

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

Shades of Clinker #4C3820

Tints of Clinker #4C3820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.51%

R = 46.34%
G = 34.15%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4C3820 (or 0x4C3820) is known color: Clinker. HEX triplet: 4C, 38 and 20. RGB value is (76,56,32). Sum of RGB (Red+Green+Blue) = 76+56+32=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3820 is #B3C7DF. Grayscale: #3B3B3B. Windows color (decimal): -11782112 or 2111564. OLE color: 2111564.

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

Color convert

RGB 76 56 32 -
CMYK 0 0.26 0.58 0.70
HSL 32.73º 0.41% 0.21% -
HSV(B) 32.73º 0.58% 0.3% -
XYZ 4.66 4.47 1.98 -
YUV 59.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 76 56 32 0 0.26 0.58 0.70 32.73 0.41 0.21
Hex 4C 38 20 0 1A 3A 46 21 29 15
Octal 114 70 40 0 32 72 106 41 51 25
Binary 1001100 111000 100000 0 11010 111010 1000110 100001 101001 10101

Color Harmonies of #4C3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3820

Black with #4C3820

Text Example


Text Example

White with #4C3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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