Html Css Color HEX #4C3D24 Clinker

📋 copy color: '#4C3D24'

red 76 ◦ green 61 ◦ blue 36

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

Shades of Clinker #4C3D24

Tints of Clinker #4C3D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 43.93%
G = 35.26%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4C3D24 (or 0x4C3D24) is known color: Clinker. HEX triplet: 4C, 3D and 24. RGB value is (76,61,36). Sum of RGB (Red+Green+Blue) = 76+61+36=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D24 is #B3C2DB. Grayscale: #3E3E3E. Windows color (decimal): -11780828 or 2374988. OLE color: 2374988.

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

Color convert

RGB 76 61 36 -
CMYK 0 0.20 0.53 0.70
HSL 37.5º 0.36% 0.22% -
HSV(B) 37.5º 0.53% 0.3% -
XYZ 4.97 5 2.37 -
YUV 62.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 76 61 36 0 0.20 0.53 0.70 37.5 0.36 0.22
Hex 4C 3D 24 0 14 35 46 26 24 16
Octal 114 75 44 0 24 65 106 46 44 26
Binary 1001100 111101 100100 0 10100 110101 1000110 100110 100100 10110

Color Harmonies of #4C3D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3D24

Black with #4C3D24

Text Example


Text Example

White with #4C3D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,61,36); }

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

background-color css

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

 a { background-color: rgb(76,61,36); }

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

border-color css

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

 span { border-color: rgb(76,61,36); }

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