Html Css Color HEX #4C3821 Clinker

📋 copy color: '#4C3821'

red 76 ◦ green 56 ◦ blue 33

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

Shades of Clinker #4C3821

Tints of Clinker #4C3821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 46.06%
G = 33.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C3821 (or 0x4C3821) is known color: Clinker. HEX triplet: 4C, 38 and 21. RGB value is (76,56,33). Sum of RGB (Red+Green+Blue) = 76+56+33=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3821 is #B3C7DE. Grayscale: #3B3B3B. Windows color (decimal): -11782111 or 2177100. OLE color: 2177100.

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

Color convert

RGB 76 56 33 -
CMYK 0 0.26 0.57 0.70
HSL 32.09º 0.39% 0.21% -
HSV(B) 32.09º 0.57% 0.3% -
XYZ 4.67 4.47 2.06 -
YUV 59.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 76 56 33 0 0.26 0.57 0.70 32.09 0.39 0.21
Hex 4C 38 21 0 1A 39 46 20 27 15
Octal 114 70 41 0 32 71 106 40 47 25
Binary 1001100 111000 100001 0 11010 111001 1000110 100000 100111 10101

Color Harmonies of #4C3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3821

Black with #4C3821

Text Example


Text Example

White with #4C3821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,33); }

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

background-color css

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

 a { background-color: rgb(76,56,33); }

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

border-color css

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

 span { border-color: rgb(76,56,33); }

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