Html Css Color HEX #4A3615 Clinker

📋 copy color: '#4A3615'

red 74 ◦ green 54 ◦ blue 21

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

Shades of Clinker #4A3615

Tints of Clinker #4A3615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 49.66%
G = 36.24%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4A3615 (or 0x4A3615) is known color: Clinker. HEX triplet: 4A, 36 and 15. RGB value is (74,54,21). Sum of RGB (Red+Green+Blue) = 74+54+21=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3615 is #B5C9EA. Grayscale: #383838. Windows color (decimal): -11913707 or 1390154. OLE color: 1390154.

HSL color Cylindrical-coordinate representation of color #4A3615: hue angle of 37.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3615 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 54 21 -
CMYK 0 0.27 0.72 0.71
HSL 37.36º 0.56% 0.19% -
HSV(B) 37.36º 0.72% 0.29% -
XYZ 4.28 4.15 1.28 -
YUV 56.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 74 54 21 0 0.27 0.72 0.71 37.36 0.56 0.19
Hex 4A 36 15 0 1B 48 47 25 38 13
Octal 112 66 25 0 33 110 107 45 70 23
Binary 1001010 110110 10101 0 11011 1001000 1000111 100101 111000 10011

Color Harmonies of #4A3615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3615

Black with #4A3615

Text Example


Text Example

White with #4A3615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,54,21); }

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

background-color css

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

 a { background-color: rgb(74,54,21); }

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

border-color css

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

 span { border-color: rgb(74,54,21); }

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