Html Css Color HEX #4A3316 Clinker

📋 copy color: '#4A3316'

red 74 ◦ green 51 ◦ blue 22

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

Shades of Clinker #4A3316

Tints of Clinker #4A3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

 BLUE value IS 22 (8.98% from 255) = 14.97%

R = 50.34%
G = 34.69%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#4A3316 (or 0x4A3316) is known color: Clinker. HEX triplet: 4A, 33 and 16. RGB value is (74,51,22). Sum of RGB (Red+Green+Blue) = 74+51+22=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3316 is #B5CCE9. Grayscale: #363636. Windows color (decimal): -11914474 or 1454922. OLE color: 1454922.

HSL color Cylindrical-coordinate representation of color #4A3316: hue angle of 33.46º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A3316 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 51 22 -
CMYK 0 0.31 0.70 0.71
HSL 33.46º 0.54% 0.19% -
HSV(B) 33.46º 0.7% 0.29% -
XYZ 4.15 3.88 1.29 -
YUV 54.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 74 51 22 0 0.31 0.70 0.71 33.46 0.54 0.19
Hex 4A 33 16 0 1F 46 47 21 36 13
Octal 112 63 26 0 37 106 107 41 66 23
Binary 1001010 110011 10110 0 11111 1000110 1000111 100001 110110 10011

Color Harmonies of #4A3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3316

Black with #4A3316

Text Example


Text Example

White with #4A3316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,22); }

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

background-color css

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

 a { background-color: rgb(74,51,22); }

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

border-color css

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

 span { border-color: rgb(74,51,22); }

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