Html Css Color HEX #4C350E Clinker

📋 copy color: '#4C350E'

red 76 ◦ green 53 ◦ blue 14

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

Shades of Clinker #4C350E

Tints of Clinker #4C350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 53.15%
G = 37.06%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C350E (or 0x4C350E) is known color: Clinker. HEX triplet: 4C, 35 and 0E. RGB value is (76,53,14). Sum of RGB (Red+Green+Blue) = 76+53+14=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C350E is #B3CAF1. Grayscale: #373737. Windows color (decimal): -11782898 or 931148. OLE color: 931148.

HSL color Cylindrical-coordinate representation of color #4C350E: hue angle of 37.74º 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 #4C350E is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 53 14 -
CMYK 0 0.30 0.82 0.70
HSL 37.74º 0.69% 0.18% -
HSV(B) 37.74º 0.82% 0.3% -
XYZ 4.33 4.11 0.98 -
YUV 55.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 76 53 14 0 0.30 0.82 0.70 37.74 0.69 0.18
Hex 4C 35 E 0 1E 52 46 26 45 12
Octal 114 65 16 0 36 122 106 46 105 22
Binary 1001100 110101 1110 0 11110 1010010 1000110 100110 1000101 10010

Color Harmonies of #4C350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C350E

Black with #4C350E

Text Example


Text Example

White with #4C350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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