Html Css Color HEX #4C3211 Clinker

📋 copy color: '#4C3211'

red 76 ◦ green 50 ◦ blue 17

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

Shades of Clinker #4C3211

Tints of Clinker #4C3211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 53.15%
G = 34.97%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4C3211 (or 0x4C3211) is known color: Clinker. HEX triplet: 4C, 32 and 11. RGB value is (76,50,17). Sum of RGB (Red+Green+Blue) = 76+50+17=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3211 is #B3CDEE. Grayscale: #363636. Windows color (decimal): -11783663 or 1126988. OLE color: 1126988.

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

Color convert

RGB 76 50 17 -
CMYK 0 0.34 0.78 0.70
HSL 33.56º 0.63% 0.18% -
HSV(B) 33.56º 0.78% 0.3% -
XYZ 4.22 3.86 1.05 -
YUV 54.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 76 50 17 0 0.34 0.78 0.70 33.56 0.63 0.18
Hex 4C 32 11 0 22 4E 46 22 3F 12
Octal 114 62 21 0 42 116 106 42 77 22
Binary 1001100 110010 10001 0 100010 1001110 1000110 100010 111111 10010

Color Harmonies of #4C3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3211

Black with #4C3211

Text Example


Text Example

White with #4C3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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