Html Css Color HEX #4C3919 Clinker

📋 copy color: '#4C3919'

red 76 ◦ green 57 ◦ blue 25

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

Shades of Clinker #4C3919

Tints of Clinker #4C3919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.08%

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

R = 48.1%
G = 36.08%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C3919 (or 0x4C3919) is known color: Clinker. HEX triplet: 4C, 39 and 19. RGB value is (76,57,25). Sum of RGB (Red+Green+Blue) = 76+57+25=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3919 is #B3C6E6. Grayscale: #3B3B3B. Windows color (decimal): -11781863 or 1653068. OLE color: 1653068.

HSL color Cylindrical-coordinate representation of color #4C3919: hue angle of 37.65º 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 #4C3919 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 57 25 -
CMYK 0 0.25 0.67 0.70
HSL 37.65º 0.5% 0.2% -
HSV(B) 37.65º 0.67% 0.3% -
XYZ 4.62 4.53 1.55 -
YUV 59.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 76 57 25 0 0.25 0.67 0.70 37.65 0.5 0.2
Hex 4C 39 19 0 19 43 46 26 32 14
Octal 114 71 31 0 31 103 106 46 62 24
Binary 1001100 111001 11001 0 11001 1000011 1000110 100110 110010 10100

Color Harmonies of #4C3919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3919

Black with #4C3919

Text Example


Text Example

White with #4C3919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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