Html Css Color HEX #4C3A20 Clinker

📋 copy color: '#4C3A20'

red 76 ◦ green 58 ◦ blue 32

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

Shades of Clinker #4C3A20

Tints of Clinker #4C3A20

RGB

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

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

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

R = 45.78%
G = 34.94%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4C3A20 (or 0x4C3A20) is known color: Clinker. HEX triplet: 4C, 3A and 20. RGB value is (76,58,32). Sum of RGB (Red+Green+Blue) = 76+58+32=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A20 is #B3C5DF. Grayscale: #3C3C3C. Windows color (decimal): -11781600 or 2112076. OLE color: 2112076.

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

Color convert

RGB 76 58 32 -
CMYK 0 0.24 0.58 0.70
HSL 35.45º 0.41% 0.21% -
HSV(B) 35.45º 0.58% 0.3% -
XYZ 4.75 4.67 2.02 -
YUV 60.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 76 58 32 0 0.24 0.58 0.70 35.45 0.41 0.21
Hex 4C 3A 20 0 18 3A 46 23 29 15
Octal 114 72 40 0 30 72 106 43 51 25
Binary 1001100 111010 100000 0 11000 111010 1000110 100011 101001 10101

Color Harmonies of #4C3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3A20

Black with #4C3A20

Text Example


Text Example

White with #4C3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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