Html Css Color HEX #4A3820 Clinker

📋 copy color: '#4A3820'

red 74 ◦ green 56 ◦ blue 32

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

Shades of Clinker #4A3820

Tints of Clinker #4A3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

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

R = 45.68%
G = 34.57%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4A3820 (or 0x4A3820) is known color: Clinker. HEX triplet: 4A, 38 and 20. RGB value is (74,56,32). Sum of RGB (Red+Green+Blue) = 74+56+32=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3820 is #B5C7DF. Grayscale: #3A3A3A. Windows color (decimal): -11913184 or 2111562. OLE color: 2111562.

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

Color convert

RGB 74 56 32 -
CMYK 0 0.24 0.57 0.71
HSL 34.29º 0.4% 0.21% -
HSV(B) 34.29º 0.57% 0.29% -
XYZ 4.5 4.39 1.98 -
YUV 58.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 74 56 32 0 0.24 0.57 0.71 34.29 0.4 0.21
Hex 4A 38 20 0 18 39 47 22 28 15
Octal 112 70 40 0 30 71 107 42 50 25
Binary 1001010 111000 100000 0 11000 111001 1000111 100010 101000 10101

Color Harmonies of #4A3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3820

Black with #4A3820

Text Example


Text Example

White with #4A3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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