Html Css Color HEX #4A3920 Clinker

📋 copy color: '#4A3920'

red 74 ◦ green 57 ◦ blue 32

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

Shades of Clinker #4A3920

Tints of Clinker #4A3920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

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

R = 45.4%
G = 34.97%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#4A3920 (or 0x4A3920) is known color: Clinker. HEX triplet: 4A, 39 and 20. RGB value is (74,57,32). Sum of RGB (Red+Green+Blue) = 74+57+32=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3920 is #B5C6DF. Grayscale: #3B3B3B. Windows color (decimal): -11912928 or 2111818. OLE color: 2111818.

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

Color convert

RGB 74 57 32 -
CMYK 0 0.23 0.57 0.71
HSL 35.71º 0.4% 0.21% -
HSV(B) 35.71º 0.57% 0.29% -
XYZ 4.55 4.49 1.99 -
YUV 59.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 74 57 32 0 0.23 0.57 0.71 35.71 0.4 0.21
Hex 4A 39 20 0 17 39 47 24 28 15
Octal 112 71 40 0 27 71 107 44 50 25
Binary 1001010 111001 100000 0 10111 111001 1000111 100100 101000 10101

Color Harmonies of #4A3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3920

Black with #4A3920

Text Example


Text Example

White with #4A3920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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