Html Css Color HEX #4A3722 Clinker

📋 copy color: '#4A3722'

red 74 ◦ green 55 ◦ blue 34

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

Shades of Clinker #4A3722

Tints of Clinker #4A3722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 45.4%
G = 33.74%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#4A3722 (or 0x4A3722) is known color: Clinker. HEX triplet: 4A, 37 and 22. RGB value is (74,55,34). Sum of RGB (Red+Green+Blue) = 74+55+34=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3722 is #B5C8DD. Grayscale: #3A3A3A. Windows color (decimal): -11913438 or 2242378. OLE color: 2242378.

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

Color convert

RGB 74 55 34 -
CMYK 0 0.26 0.54 0.71
HSL 31.5º 0.37% 0.21% -
HSV(B) 31.5º 0.54% 0.29% -
XYZ 4.48 4.3 2.11 -
YUV 58.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 74 55 34 0 0.26 0.54 0.71 31.5 0.37 0.21
Hex 4A 37 22 0 1A 36 47 1F 25 15
Octal 112 67 42 0 32 66 107 37 45 25
Binary 1001010 110111 100010 0 11010 110110 1000111 11111 100101 10101

Color Harmonies of #4A3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3722

Black with #4A3722

Text Example


Text Example

White with #4A3722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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