Html Css Color HEX #4C3419 Clinker

📋 copy color: '#4C3419'

red 76 ◦ green 52 ◦ blue 25

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

Shades of Clinker #4C3419

Tints of Clinker #4C3419

RGB

 RED value IS 76 (30.08% from 255) = 49.67%

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

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

R = 49.67%
G = 33.99%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C3419 (or 0x4C3419) is known color: Clinker. HEX triplet: 4C, 34 and 19. RGB value is (76,52,25). Sum of RGB (Red+Green+Blue) = 76+52+25=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3419 is #B3CBE6. Grayscale: #383838. Windows color (decimal): -11783143 or 1651788. OLE color: 1651788.

HSL color Cylindrical-coordinate representation of color #4C3419: hue angle of 31.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C3419 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 52 25 -
CMYK 0 0.32 0.67 0.70
HSL 31.76º 0.5% 0.2% -
HSV(B) 31.76º 0.67% 0.3% -
XYZ 4.38 4.06 1.47 -
YUV 56.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 76 52 25 0 0.32 0.67 0.70 31.76 0.5 0.2
Hex 4C 34 19 0 20 43 46 20 32 14
Octal 114 64 31 0 40 103 106 40 62 24
Binary 1001100 110100 11001 0 100000 1000011 1000110 100000 110010 10100

Color Harmonies of #4C3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3419

Black with #4C3419

Text Example


Text Example

White with #4C3419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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