Html Css Color HEX #4A3419 Clinker

📋 copy color: '#4A3419'

red 74 ◦ green 52 ◦ blue 25

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

Shades of Clinker #4A3419

Tints of Clinker #4A3419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.44%

 BLUE value IS 25 (10.16% from 255) = 16.56%

R = 49.01%
G = 34.44%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#4A3419 (or 0x4A3419) is known color: Clinker. HEX triplet: 4A, 34 and 19. RGB value is (74,52,25). Sum of RGB (Red+Green+Blue) = 74+52+25=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3419 is #B5CBE6. Grayscale: #373737. Windows color (decimal): -11914215 or 1651786. OLE color: 1651786.

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

Color convert

RGB 74 52 25 -
CMYK 0 0.30 0.66 0.71
HSL 33.06º 0.49% 0.19% -
HSV(B) 33.06º 0.66% 0.29% -
XYZ 4.23 3.98 1.47 -
YUV 55.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 74 52 25 0 0.30 0.66 0.71 33.06 0.49 0.19
Hex 4A 34 19 0 1E 42 47 21 31 13
Octal 112 64 31 0 36 102 107 41 61 23
Binary 1001010 110100 11001 0 11110 1000010 1000111 100001 110001 10011

Color Harmonies of #4A3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3419

Black with #4A3419

Text Example


Text Example

White with #4A3419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,25); }

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

background-color css

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

 a { background-color: rgb(74,52,25); }

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

border-color css

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

 span { border-color: rgb(74,52,25); }

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