Html Css Color HEX #4C3215 Clinker

📋 copy color: '#4C3215'

red 76 ◦ green 50 ◦ blue 21

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

Shades of Clinker #4C3215

Tints of Clinker #4C3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.01%

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

R = 51.7%
G = 34.01%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#4C3215 (or 0x4C3215) is known color: Clinker. HEX triplet: 4C, 32 and 15. RGB value is (76,50,21). Sum of RGB (Red+Green+Blue) = 76+50+21=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3215 is #B3CDEA. Grayscale: #363636. Windows color (decimal): -11783659 or 1389132. OLE color: 1389132.

HSL color Cylindrical-coordinate representation of color #4C3215: hue angle of 31.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C3215 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 50 21 -
CMYK 0 0.34 0.72 0.70
HSL 31.64º 0.57% 0.19% -
HSV(B) 31.64º 0.72% 0.3% -
XYZ 4.26 3.87 1.23 -
YUV 54.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 76 50 21 0 0.34 0.72 0.70 31.64 0.57 0.19
Hex 4C 32 15 0 22 48 46 20 39 13
Octal 114 62 25 0 42 110 106 40 71 23
Binary 1001100 110010 10101 0 100010 1001000 1000110 100000 111001 10011

Color Harmonies of #4C3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3215

Black with #4C3215

Text Example


Text Example

White with #4C3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,21); }

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

background-color css

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

 a { background-color: rgb(76,50,21); }

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

border-color css

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

 span { border-color: rgb(76,50,21); }

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