Html Css Color HEX #4C3C23 Clinker

📋 copy color: '#4C3C23'

red 76 ◦ green 60 ◦ blue 35

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

Shades of Clinker #4C3C23

Tints of Clinker #4C3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.09%

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 44.44%
G = 35.09%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C3C23 (or 0x4C3C23) is known color: Clinker. HEX triplet: 4C, 3C and 23. RGB value is (76,60,35). Sum of RGB (Red+Green+Blue) = 76+60+35=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C23 is #B3C3DC. Grayscale: #3E3E3E. Windows color (decimal): -11781085 or 2309196. OLE color: 2309196.

HSL color Cylindrical-coordinate representation of color #4C3C23: hue angle of 36.59º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C3C23 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 60 35 -
CMYK 0 0.21 0.54 0.70
HSL 36.59º 0.37% 0.22% -
HSV(B) 36.59º 0.54% 0.3% -
XYZ 4.9 4.89 2.28 -
YUV 61.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 76 60 35 0 0.21 0.54 0.70 36.59 0.37 0.22
Hex 4C 3C 23 0 15 36 46 25 25 16
Octal 114 74 43 0 25 66 106 45 45 26
Binary 1001100 111100 100011 0 10101 110110 1000110 100101 100101 10110

Color Harmonies of #4C3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C23

Black with #4C3C23

Text Example


Text Example

White with #4C3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,35); }

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

background-color css

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

 a { background-color: rgb(76,60,35); }

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

border-color css

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

 span { border-color: rgb(76,60,35); }

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