Html Css Color HEX #4C3210 Clinker

📋 copy color: '#4C3210'

red 76 ◦ green 50 ◦ blue 16

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

Shades of Clinker #4C3210

Tints of Clinker #4C3210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.27%

R = 53.52%
G = 35.21%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4C3210 (or 0x4C3210) is known color: Clinker. HEX triplet: 4C, 32 and 10. RGB value is (76,50,16). Sum of RGB (Red+Green+Blue) = 76+50+16=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3210 is #B3CDEF. Grayscale: #363636. Windows color (decimal): -11783664 or 1061452. OLE color: 1061452.

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

Color convert

RGB 76 50 16 -
CMYK 0 0.34 0.79 0.70
HSL 34º 0.65% 0.18% -
HSV(B) 34º 0.79% 0.3% -
XYZ 4.21 3.86 1.01 -
YUV 53.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 76 50 16 0 0.34 0.79 0.70 34 0.65 0.18
Hex 4C 32 10 0 22 4F 46 22 41 12
Octal 114 62 20 0 42 117 106 42 101 22
Binary 1001100 110010 10000 0 100010 1001111 1000110 100010 1000001 10010

Color Harmonies of #4C3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3210

Black with #4C3210

Text Example


Text Example

White with #4C3210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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