Html Css Color HEX #4A3420 Clinker

📋 copy color: '#4A3420'

red 74 ◦ green 52 ◦ blue 32

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

Shades of Clinker #4A3420

Tints of Clinker #4A3420

RGB

 RED value IS 74 (29.3% from 255) = 46.84%

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 46.84%
G = 32.91%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4A3420 (or 0x4A3420) is known color: Clinker. HEX triplet: 4A, 34 and 20. RGB value is (74,52,32). Sum of RGB (Red+Green+Blue) = 74+52+32=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3420 is #B5CBDF. Grayscale: #383838. Windows color (decimal): -11914208 or 2110538. OLE color: 2110538.

HSL color Cylindrical-coordinate representation of color #4A3420: hue angle of 28.57º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3420 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 52 32 -
CMYK 0 0.30 0.57 0.71
HSL 28.57º 0.4% 0.21% -
HSV(B) 28.57º 0.57% 0.29% -
XYZ 4.31 4.02 1.91 -
YUV 56.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 74 52 32 0 0.30 0.57 0.71 28.57 0.4 0.21
Hex 4A 34 20 0 1E 39 47 1D 28 15
Octal 112 64 40 0 36 71 107 35 50 25
Binary 1001010 110100 100000 0 11110 111001 1000111 11101 101000 10101

Color Harmonies of #4A3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3420

Black with #4A3420

Text Example


Text Example

White with #4A3420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,32); }

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

background-color css

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

 a { background-color: rgb(74,52,32); }

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

border-color css

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

 span { border-color: rgb(74,52,32); }

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