Html Css Color HEX #4A3724 Clinker

📋 copy color: '#4A3724'

red 74 ◦ green 55 ◦ blue 36

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

Shades of Clinker #4A3724

Tints of Clinker #4A3724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 44.85%
G = 33.33%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#4A3724 (or 0x4A3724) is known color: Clinker. HEX triplet: 4A, 37 and 24. RGB value is (74,55,36). Sum of RGB (Red+Green+Blue) = 74+55+36=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3724 is #B5C8DB. Grayscale: #3A3A3A. Windows color (decimal): -11913436 or 2373450. OLE color: 2373450.

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

Color convert

RGB 74 55 36 -
CMYK 0 0.26 0.51 0.71
HSL 30º 0.35% 0.22% -
HSV(B) 30º 0.51% 0.29% -
XYZ 4.51 4.32 2.26 -
YUV 58.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 74 55 36 0 0.26 0.51 0.71 30 0.35 0.22
Hex 4A 37 24 0 1A 33 47 1E 23 16
Octal 112 67 44 0 32 63 107 36 43 26
Binary 1001010 110111 100100 0 11010 110011 1000111 11110 100011 10110

Color Harmonies of #4A3724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3724

Black with #4A3724

Text Example


Text Example

White with #4A3724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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