Html Css Color HEX #4C340C Clinker

📋 copy color: '#4C340C'

red 76 ◦ green 52 ◦ blue 12

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

Shades of Clinker #4C340C

Tints of Clinker #4C340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 54.29%
G = 37.14%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4C340C (or 0x4C340C) is known color: Clinker. HEX triplet: 4C, 34 and 0C. RGB value is (76,52,12). Sum of RGB (Red+Green+Blue) = 76+52+12=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C340C is #B3CBF3. Grayscale: #363636. Windows color (decimal): -11783156 or 799820. OLE color: 799820.

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

Color convert

RGB 76 52 12 -
CMYK 0 0.32 0.84 0.70
HSL 37.5º 0.73% 0.17% -
HSV(B) 37.5º 0.84% 0.3% -
XYZ 4.27 4.02 0.9 -
YUV 54.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 76 52 12 0 0.32 0.84 0.70 37.5 0.73 0.17
Hex 4C 34 C 0 20 54 46 26 49 11
Octal 114 64 14 0 40 124 106 46 111 21
Binary 1001100 110100 1100 0 100000 1010100 1000110 100110 1001001 10001

Color Harmonies of #4C340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C340C

Black with #4C340C

Text Example


Text Example

White with #4C340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,12); }

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

background-color css

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

 a { background-color: rgb(76,52,12); }

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

border-color css

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

 span { border-color: rgb(76,52,12); }

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