Html Css Color HEX #4C340E Clinker

📋 copy color: '#4C340E'

red 76 ◦ green 52 ◦ blue 14

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

Shades of Clinker #4C340E

Tints of Clinker #4C340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 53.52%
G = 36.62%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C340E (or 0x4C340E) is known color: Clinker. HEX triplet: 4C, 34 and 0E. RGB value is (76,52,14). Sum of RGB (Red+Green+Blue) = 76+52+14=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C340E is #B3CBF1. Grayscale: #373737. Windows color (decimal): -11783154 or 930892. OLE color: 930892.

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

Color convert

RGB 76 52 14 -
CMYK 0 0.32 0.82 0.70
HSL 36.77º 0.69% 0.18% -
HSV(B) 36.77º 0.82% 0.3% -
XYZ 4.29 4.02 0.97 -
YUV 54.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 76 52 14 0 0.32 0.82 0.70 36.77 0.69 0.18
Hex 4C 34 E 0 20 52 46 25 45 12
Octal 114 64 16 0 40 122 106 45 105 22
Binary 1001100 110100 1110 0 100000 1010010 1000110 100101 1000101 10010

Color Harmonies of #4C340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C340E

Black with #4C340E

Text Example


Text Example

White with #4C340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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