Html Css Color HEX #4A371D Clinker

📋 copy color: '#4A371D'

red 74 ◦ green 55 ◦ blue 29

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

Shades of Clinker #4A371D

Tints of Clinker #4A371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.35%

R = 46.84%
G = 34.81%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#4A371D (or 0x4A371D) is known color: Clinker. HEX triplet: 4A, 37 and 1D. RGB value is (74,55,29). Sum of RGB (Red+Green+Blue) = 74+55+29=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A371D is #B5C8E2. Grayscale: #393939. Windows color (decimal): -11913443 or 1914698. OLE color: 1914698.

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

Color convert

RGB 74 55 29 -
CMYK 0 0.26 0.61 0.71
HSL 34.67º 0.44% 0.2% -
HSV(B) 34.67º 0.61% 0.29% -
XYZ 4.41 4.28 1.76 -
YUV 57.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 74 55 29 0 0.26 0.61 0.71 34.67 0.44 0.2
Hex 4A 37 1D 0 1A 3D 47 23 2C 14
Octal 112 67 35 0 32 75 107 43 54 24
Binary 1001010 110111 11101 0 11010 111101 1000111 100011 101100 10100

Color Harmonies of #4A371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A371D

Black with #4A371D

Text Example


Text Example

White with #4A371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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