Html Css Color HEX #4A3721 Clinker

📋 copy color: '#4A3721'

red 74 ◦ green 55 ◦ blue 33

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

Shades of Clinker #4A3721

Tints of Clinker #4A3721

RGB

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

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

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

R = 45.68%
G = 33.95%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4A3721 (or 0x4A3721) is known color: Clinker. HEX triplet: 4A, 37 and 21. RGB value is (74,55,33). Sum of RGB (Red+Green+Blue) = 74+55+33=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3721 is #B5C8DE. Grayscale: #3A3A3A. Windows color (decimal): -11913439 or 2176842. OLE color: 2176842.

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

Color convert

RGB 74 55 33 -
CMYK 0 0.26 0.55 0.71
HSL 32.2º 0.38% 0.21% -
HSV(B) 32.2º 0.55% 0.29% -
XYZ 4.46 4.3 2.03 -
YUV 58.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 74 55 33 0 0.26 0.55 0.71 32.2 0.38 0.21
Hex 4A 37 21 0 1A 37 47 20 26 15
Octal 112 67 41 0 32 67 107 40 46 25
Binary 1001010 110111 100001 0 11010 110111 1000111 100000 100110 10101

Color Harmonies of #4A3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3721

Black with #4A3721

Text Example


Text Example

White with #4A3721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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