Html Css Color HEX #4C331A Clinker

📋 copy color: '#4C331A'

red 76 ◦ green 51 ◦ blue 26

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

Shades of Clinker #4C331A

Tints of Clinker #4C331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 49.67%
G = 33.33%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C331A (or 0x4C331A) is known color: Clinker. HEX triplet: 4C, 33 and 1A. RGB value is (76,51,26). Sum of RGB (Red+Green+Blue) = 76+51+26=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C331A is #B3CCE5. Grayscale: #373737. Windows color (decimal): -11783398 or 1717068. OLE color: 1717068.

HSL color Cylindrical-coordinate representation of color #4C331A: hue angle of 30º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C331A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 51 26 -
CMYK 0 0.33 0.66 0.70
HSL 30º 0.49% 0.2% -
HSV(B) 30º 0.66% 0.3% -
XYZ 4.35 3.98 1.52 -
YUV 55.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 76 51 26 0 0.33 0.66 0.70 30 0.49 0.2
Hex 4C 33 1A 0 21 42 46 1E 31 14
Octal 114 63 32 0 41 102 106 36 61 24
Binary 1001100 110011 11010 0 100001 1000010 1000110 11110 110001 10100

Color Harmonies of #4C331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C331A

Black with #4C331A

Text Example


Text Example

White with #4C331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,26); }

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

background-color css

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

 a { background-color: rgb(76,51,26); }

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

border-color css

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

 span { border-color: rgb(76,51,26); }

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